Html Css Color HEX #D94820 Cinnabar

📋 copy color: '#D94820'

red 217 ◦ green 72 ◦ blue 32

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

Shades of Cinnabar #D94820

Tints of Cinnabar #D94820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.43%

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

R = 67.6%
G = 22.43%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D94820 (or 0xD94820) is known color: Cinnabar. HEX triplet: D9, 48 and 20. RGB value is (217,72,32). Sum of RGB (Red+Green+Blue) = 217+72+32=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D94820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94820 is #26B7DF. Grayscale: #6F6F6F. Windows color (decimal): -2537440 or 2115801. OLE color: 2115801.

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

Color convert

RGB 217 72 32 -
CMYK 0 0.67 0.85 0.15
HSL 12.97º 0.74% 0.49% -
HSV(B) 12.97º 0.85% 0.85% -
XYZ 31.19 19.49 3.48 -
YUV 110.8 83.54 203.75 -
System Red Green Blue C M Y K H S L
Decimal 217 72 32 0 0.67 0.85 0.15 12.97 0.74 0.49
Hex D9 48 20 0 43 55 F D 4A 31
Octal 331 110 40 0 103 125 17 15 112 61
Binary 11011001 1001000 100000 0 1000011 1010101 1111 1101 1001010 110001

Color Harmonies of #D94820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94820

Black with #D94820

Text Example


Text Example

White with #D94820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94820; }

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

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

background-color css

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

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

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

border-color css

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

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

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