Html Css Color HEX #D84520 Cinnabar

📋 copy color: '#D84520'

red 216 ◦ green 69 ◦ blue 32

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

Shades of Cinnabar #D84520

Tints of Cinnabar #D84520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.77%

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

R = 68.14%
G = 21.77%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D84520 (or 0xD84520) is known color: Cinnabar. HEX triplet: D8, 45 and 20. RGB value is (216,69,32). Sum of RGB (Red+Green+Blue) = 216+69+32=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D84520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84520 is #27BADF. Grayscale: #6D6D6D. Windows color (decimal): -2603744 or 2115032. OLE color: 2115032.

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

Color convert

RGB 216 69 32 -
CMYK 0 0.68 0.85 0.15
HSL 12.07º 0.74% 0.49% -
HSV(B) 12.07º 0.85% 0.85% -
XYZ 30.71 18.96 3.41 -
YUV 108.74 84.7 204.51 -
System Red Green Blue C M Y K H S L
Decimal 216 69 32 0 0.68 0.85 0.15 12.07 0.74 0.49
Hex D8 45 20 0 44 55 F C 4A 31
Octal 330 105 40 0 104 125 17 14 112 61
Binary 11011000 1000101 100000 0 1000100 1010101 1111 1100 1001010 110001

Color Harmonies of #D84520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84520

Black with #D84520

Text Example


Text Example

White with #D84520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84520; }

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

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

background-color css

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

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

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

border-color css

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

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

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