#D84528

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

Shades of Cinnabar #D84528

Tints of Cinnabar #D84528

Color information

#D84528 (or 0xD84528) is unknown color: approx Cinnabar. HEX triplet: D8, 45 and 28. RGB value is (216,69,40). Sum of RGB (Red+Green+Blue) = 216+69+40=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D84528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84528 is #27BAD7. Grayscale: #6D6D6D. Windows color (decimal): -2603736 or 2639320. OLE color: 2639320.

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

Color convert

RGB2166940-
CMYK00.680.810.15
HSL9.89º69.29%50.2%-
HSV(B)9.89º81.48%84.71%-
XYZ30.8319.014.05-
YUV109.6588.7203.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 66.46%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 40 (16.02% from 255) = 12.31%
R=66.46%
G=21.23%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216694000.680.810.159.8969.2950.2
HexD8452804451Fa4532
Octal330105500104121171210562
Binary110110001000101101000010001001010001111110101000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84528; }

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

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

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

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

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

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

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

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