#D24238

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

Shades of Cinnabar #D24238

Tints of Cinnabar #D24238

Color information

#D24238 (or 0xD24238) is unknown color: approx Cinnabar. HEX triplet: D2, 42 and 38. RGB value is (210,66,56). Sum of RGB (Red+Green+Blue) = 210+66+56=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D24238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24238 is #2DBDC7. Grayscale: #6C6C6C. Windows color (decimal): -2997704 or 3687122. OLE color: 3687122.

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

Color convert

RGB2106656-
CMYK00.690.730.18
HSL3.9º63.11%52.16%-
HSV(B)3.9º73.33%82.35%-
XYZ29.2417.885.65-
YUV107.9298.71200.81-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 63.25%
GREEN value IS 66 (26.17% from 255) = 19.88%
BLUE value IS 56 (22.27% from 255) = 16.87%
R=63.25%
G=19.88%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210665600.690.730.183.963.1152.16
HexD24238045491243f34
Octal3221027001051112247764
Binary11010010100001011100001000101100100110010100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24238; }

 p { color: rgb(210,66,56); }

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

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

 a { background-color: rgb(210,66,56); }

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

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

 span { border-color: rgb(210,66,56); }

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