Html Css Color HEX #D94420 Cinnabar

📋 copy color: '#D94420'

red 217 ◦ green 68 ◦ blue 32

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

Shades of Cinnabar #D94420

Tints of Cinnabar #D94420

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.45%

 BLUE value IS 32 (12.89% from 255) = 10.09%

R = 68.45%
G = 21.45%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D94420 (or 0xD94420) is known color: Cinnabar. HEX triplet: D9, 44 and 20. RGB value is (217,68,32). Sum of RGB (Red+Green+Blue) = 217+68+32=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D94420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94420 is #26BBDF. Grayscale: #6C6C6C. Windows color (decimal): -2538464 or 2114777. OLE color: 2114777.

HSL color Cylindrical-coordinate representation of color #D94420: hue angle of 11.68º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D94420 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 68 32 -
CMYK 0 0.69 0.85 0.15
HSL 11.68º 0.74% 0.49% -
HSV(B) 11.68º 0.85% 0.85% -
XYZ 30.94 18.99 3.4 -
YUV 108.45 84.86 205.43 -
System Red Green Blue C M Y K H S L
Decimal 217 68 32 0 0.69 0.85 0.15 11.68 0.74 0.49
Hex D9 44 20 0 45 55 F C 4A 31
Octal 331 104 40 0 105 125 17 14 112 61
Binary 11011001 1000100 100000 0 1000101 1010101 1111 1100 1001010 110001

Color Harmonies of #D94420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94420

Black with #D94420

Text Example


Text Example

White with #D94420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94420; }

 p { color: rgb(217,68,32); }

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

background-color css

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

 a { background-color: rgb(217,68,32); }

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

border-color css

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

 span { border-color: rgb(217,68,32); }

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