Html Css Color HEX #D94229 Cinnabar

📋 copy color: '#D94229'

red 217 ◦ green 66 ◦ blue 41

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

Shades of Cinnabar #D94229

Tints of Cinnabar #D94229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.37%

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

R = 66.98%
G = 20.37%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D94229 (or 0xD94229) is known color: Cinnabar. HEX triplet: D9, 42 and 29. RGB value is (217,66,41). Sum of RGB (Red+Green+Blue) = 217+66+41=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D94229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94229 is #26BDD6. Grayscale: #6C6C6C. Windows color (decimal): -2538967 or 2704089. OLE color: 2704089.

HSL color Cylindrical-coordinate representation of color #D94229: hue angle of 8.52º 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 #D94229 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 66 41 -
CMYK 0 0.70 0.81 0.15
HSL 8.52º 0.7% 0.51% -
HSV(B) 8.52º 0.81% 0.85% -
XYZ 30.96 18.81 4.1 -
YUV 108.3 90.03 205.53 -
System Red Green Blue C M Y K H S L
Decimal 217 66 41 0 0.70 0.81 0.15 8.52 0.7 0.51
Hex D9 42 29 0 46 51 F 9 46 33
Octal 331 102 51 0 106 121 17 11 106 63
Binary 11011001 1000010 101001 0 1000110 1010001 1111 1001 1000110 110011

Color Harmonies of #D94229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94229

Black with #D94229

Text Example


Text Example

White with #D94229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94229; }

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

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

background-color css

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

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

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

border-color css

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

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

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