Html Css Color HEX #D94228 Cinnabar

📋 copy color: '#D94228'

red 217 ◦ green 66 ◦ blue 40

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

Shades of Cinnabar #D94228

Tints of Cinnabar #D94228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.38%

R = 67.18%
G = 20.43%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D94228 (or 0xD94228) is known color: Cinnabar. HEX triplet: D9, 42 and 28. RGB value is (217,66,40). Sum of RGB (Red+Green+Blue) = 217+66+40=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D94228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94228 is #26BDD7. Grayscale: #6C6C6C. Windows color (decimal): -2538968 or 2638553. OLE color: 2638553.

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

Color convert

RGB 217 66 40 -
CMYK 0 0.70 0.82 0.15
HSL 8.81º 0.7% 0.5% -
HSV(B) 8.81º 0.82% 0.85% -
XYZ 30.95 18.8 4.01 -
YUV 108.19 89.53 205.61 -
System Red Green Blue C M Y K H S L
Decimal 217 66 40 0 0.70 0.82 0.15 8.81 0.7 0.5
Hex D9 42 28 0 46 52 F 9 46 32
Octal 331 102 50 0 106 122 17 11 106 62
Binary 11011001 1000010 101000 0 1000110 1010010 1111 1001 1000110 110010

Color Harmonies of #D94228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94228

Black with #D94228

Text Example


Text Example

White with #D94228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94228; }

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

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

background-color css

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

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

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

border-color css

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

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

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