Color Hex Logo

#d61a23 Color Hex

#D61A23
(214,26,35)
0 Favorites   0 Comments

Color spaces of #d61a23

RGB 2142635
HSL0.990.780.47
HSV357°88°84°
CMYK 0.000.880.84   0.16
XYZ28.404315.15633.0185
Yxy15.15630.60980.3254
Hunter Lab38.931162.105022.6547
CIE-Lab45.847567.702146.1033

#d61a23 color RGB value is (214,26,35).

#d61a23 hex color red value is 214, green value is 26 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #d61a23 hue: 0.99 , saturation: 0.78 and the lightness value of d61a23 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011010 00100011
Octal 326 32 43
Decimal 214 26 35
Hex D6 1A 23

RGB Percentages of Color #d61a23

%77.82
%9.45
%12.73

CMYK Percentages of Color #d61a23

%0
%88
%84
%16

Triadic Colors of #d61a23

#d61a23 #23d61a #1a23d6

Analogous Colors of #d61a23

#d61a23 #d66f1a #d61a81

Monochromatic Colors of #d61a23

#d61a23

Complementary Color

#d61a23 #1ad6cd

#d61a23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61a23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61a23 Color CSS Codes

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

#d61a23 Text Font Color

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

This sample text font color is #d61a23
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.


#d61a23 Background Color

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

This div background color is #d61a23


#d61a23 Border Color

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

This div border color is #d61a23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61a23


Comments

No comments written yet.

Please login to write comment.