Color Hex Logo

#d6231d Color Hex

#D6231D
(214,35,29)
0 Favorites   0 Comments

Color spaces of #d6231d

RGB 2143529
HSL0.010.760.48
HSV86°84°
CMYK 0.000.840.86   0.16
XYZ28.554415.58692.6660
Yxy15.58690.61000.3330
Hunter Lab39.480260.011123.6325
CIE-Lab46.427865.788849.5581

#d6231d color RGB value is (214,35,29).

#d6231d hex color red value is 214, green value is 35 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #d6231d hue: 0.01 , saturation: 0.76 and the lightness value of d6231d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100011 00011101
Octal 326 43 35
Decimal 214 35 29
Hex D6 23 1D

RGB Percentages of Color #d6231d

%76.98
%12.59
%10.43

CMYK Percentages of Color #d6231d

%0
%84
%86
%16

Triadic Colors of #d6231d

#d6231d #1dd623 #231dd6

Analogous Colors of #d6231d

#d6231d #d6801d #d61d74

Monochromatic Colors of #d6231d

#d6231d

Complementary Color

#d6231d #1dd0d6

#d6231d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6231d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6231d Color CSS Codes

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

#d6231d Text Font Color

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

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


#d6231d Background Color

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

This div background color is #d6231d


#d6231d Border Color

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

This div border color is #d6231d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6231d


Comments

No comments written yet.

Please login to write comment.