#D84824

Color #D84824 Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #D84824

Tints of Cinnabar #D84824

Color information

#D84824 (or 0xD84824) is unknown color: approx Cinnabar. HEX triplet: D8, 48 and 24. RGB value is (216,72,36). Sum of RGB (Red+Green+Blue) = 216+72+36=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D84824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84824 is #27B7DB. Grayscale: #6F6F6F. Windows color (decimal): -2602972 or 2377944. OLE color: 2377944.

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

Color convert

RGB2167236-
CMYK00.670.830.15
HSL12º71.43%49.41%-
HSV(B)12º83.33%84.71%-
XYZ30.9519.363.77-
YUV110.9585.71202.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 66.67%
GREEN value IS 72 (28.52% from 255) = 22.22%
BLUE value IS 36 (14.45% from 255) = 11.11%
R=66.67%
G=22.22%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216723600.670.830.151271.4349.41
HexD8482404353Fc4731
Octal330110440103123171410761
Binary110110001001000100100010000111010011111111001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84824; }

 p { color: rgb(216,72,36); }

 H1.HeaderClassName
 {
   color: #D84824;
 }
 .AnyTagClassName
 {
   color: #D84824;
 }
</style>
background-color css

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

 a { background-color: rgb(216,72,36); }

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

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

 span { border-color: rgb(216,72,36); }

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