Color Hex Logo

#d5233f Color Hex

#D5233F
(213,35,63)
0 Favorites   0 Comments

Color spaces of #d5233f

RGB 2133563
HSL0.970.720.49
HSV351°84°84°
CMYK 0.000.840.70   0.16
XYZ28.938815.70716.2092
Yxy15.70710.56900.3089
Hunter Lab39.632260.981618.4535
CIE-Lab46.587866.594930.9282

#d5233f color RGB value is (213,35,63).

#d5233f hex color red value is 213, green value is 35 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #d5233f hue: 0.97 , saturation: 0.72 and the lightness value of d5233f is 0.49.

The process color (four color CMYK) of #d5233f color hex is 0.00, 0.84, 0.70, 0.16. Web safe color of #d5233f is #cc3333. Color #d5233f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100011 00111111
Octal 325 43 77
Decimal 213 35 63
Hex D5 23 3F

RGB Percentages of Color #d5233f

%68.49
%11.25
%20.26

CMYK Percentages of Color #d5233f

%0
%84
%70
%16

Triadic Colors of #d5233f

#d5233f #3fd523 #233fd5

Analogous Colors of #d5233f

#d5233f #d56023 #d52398

Monochromatic Colors of #d5233f

#d5233f

Complementary Color

#d5233f #23d5b9

#d5233f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5233f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5233f Color CSS Codes

.mybgcolor {background-color:#d5233f; } 
.myforecolor {color:#d5233f; }
.mybordercolor {border:3px solid #d5233f; }

#d5233f Text Font Color

<p style="color:#d5233f">Text here</p>

This sample text font color is #d5233f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d5233f Background Color

<div style="background-color:#d5233f">
Div content here</div>

This div background color is #d5233f


#d5233f Border Color

<div style="border:3px solid #d5233f">
Div here</div>

This div border color is #d5233f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,35,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5233f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5233f;
  -webkit-box-shadow: 1px 1px 3px 2px #d5233f;
  box-shadow:         1px 1px 3px 2px #d5233f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,35,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d5233f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d5233f;
  -webkit-box-shadow: 1px 1px 3px 2px #d5233f;
  box-shadow:         1px 1px 3px 2px #d5233f;">
Div content here</div>

This div box has shadow with color #d5233f


Comments

No comments written yet.

Please login to write comment.