#D24536

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

Shades of Cinnabar #D24536

Tints of Cinnabar #D24536

Color information

#D24536 (or 0xD24536) is unknown color: approx Cinnabar. HEX triplet: D2, 45 and 36. RGB value is (210,69,54). Sum of RGB (Red+Green+Blue) = 210+69+54=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D24536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24536 is #2DBAC9. Grayscale: #6D6D6D. Windows color (decimal): -2996938 or 3556818. OLE color: 3556818.

HSL color Cylindrical-coordinate representation of color #D24536: hue angle of 5.77º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D24536 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB2106954-
CMYK00.670.740.18
HSL5.77º63.41%51.76%-
HSV(B)5.77º74.29%82.35%-
XYZ29.3718.225.46-
YUV109.4596.71199.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 63.06%
GREEN value IS 69 (27.34% from 255) = 20.72%
BLUE value IS 54 (21.48% from 255) = 16.22%
R=63.06%
G=20.72%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210695400.670.740.185.7763.4151.76
HexD245360434A1263f34
Octal3221056601031122267764
Binary11010010100010111011001000011100101010010110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24536; }

 p { color: rgb(210,69,54); }

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

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

 a { background-color: rgb(210,69,54); }

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

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

 span { border-color: rgb(210,69,54); }

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