Html Css Color HEX #D84920 Cinnabar

📋 copy color: '#D84920'

red 216 ◦ green 73 ◦ blue 32

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

Shades of Cinnabar #D84920

Tints of Cinnabar #D84920

RGB

 RED value IS 216 (84.77% from 255) = 67.29%

 GREEN value IS 73 (28.91% from 255) = 22.74%

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

R = 67.29%
G = 22.74%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D84920 (or 0xD84920) is known color: Cinnabar. HEX triplet: D8, 49 and 20. RGB value is (216,73,32). Sum of RGB (Red+Green+Blue) = 216+73+32=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D84920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84920 is #27B6DF. Grayscale: #6F6F6F. Windows color (decimal): -2602720 or 2116056. OLE color: 2116056.

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

Color convert

RGB 216 73 32 -
CMYK 0 0.66 0.85 0.15
HSL 13.37º 0.74% 0.49% -
HSV(B) 13.37º 0.85% 0.85% -
XYZ 30.96 19.47 3.49 -
YUV 111.08 83.38 202.83 -
System Red Green Blue C M Y K H S L
Decimal 216 73 32 0 0.66 0.85 0.15 13.37 0.74 0.49
Hex D8 49 20 0 42 55 F D 4A 31
Octal 330 111 40 0 102 125 17 15 112 61
Binary 11011000 1001001 100000 0 1000010 1010101 1111 1101 1001010 110001

Color Harmonies of #D84920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84920

Black with #D84920

Text Example


Text Example

White with #D84920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84920; }

 p { color: rgb(216,73,32); }

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

background-color css

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

 a { background-color: rgb(216,73,32); }

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

border-color css

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

 span { border-color: rgb(216,73,32); }

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