Html Css Color HEX #D94029 Cinnabar

📋 copy color: '#D94029'

red 217 ◦ green 64 ◦ blue 41

#D94029
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #D94029

Tints of Cinnabar #D94029

RGB

 RED value IS 217 (85.16% from 255) = 67.39%

 GREEN value IS 64 (25.39% from 255) = 19.88%

 BLUE value IS 41 (16.41% from 255) = 12.73%

R = 67.39%
G = 19.88%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D94029 (or 0xD94029) is known color: Cinnabar. HEX triplet: D9, 40 and 29. RGB value is (217,64,41). Sum of RGB (Red+Green+Blue) = 217+64+41=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D94029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94029 is #26BFD6. Grayscale: #6B6B6B. Windows color (decimal): -2539479 or 2703577. OLE color: 2703577.

HSL color Cylindrical-coordinate representation of color #D94029: hue angle of 7.84º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D94029 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 64 41 -
CMYK 0 0.71 0.81 0.15
HSL 7.84º 0.7% 0.51% -
HSV(B) 7.84º 0.81% 0.85% -
XYZ 30.85 18.58 4.06 -
YUV 107.13 90.69 206.37 -
System Red Green Blue C M Y K H S L
Decimal 217 64 41 0 0.71 0.81 0.15 7.84 0.7 0.51
Hex D9 40 29 0 47 51 F 8 46 33
Octal 331 100 51 0 107 121 17 10 106 63
Binary 11011001 1000000 101001 0 1000111 1010001 1111 1000 1000110 110011

Color Harmonies of #D94029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94029

Black with #D94029

Text Example


Text Example

White with #D94029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94029; }

 p { color: rgb(217,64,41); }

 H1.HeaderClassName
 {
   color: #D94029;
 }
 .AnyTagClassName
 {
   color: #D94029;
 }
</style>

background-color css

<style>
 a { background-color: #D94029; }

 a { background-color: rgb(217,64,41); }

 div.DivClassName
 {
   background-color: #D94029;
 }
 .BgClassName
 {
   background-color: #D94029;
 }
</style>

border-color css

<style>
 span { border-color: #D94029; }

 span { border-color: rgb(217,64,41); }

 td.TdClassName
 {
   border-color: #D94029;
 }
 .TagClassName
 {
   border-color: #D94029;
 }
</style>