#D2422E

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

Shades of Cinnabar #D2422E

Tints of Cinnabar #D2422E

Color information

#D2422E (or 0xD2422E) is unknown color: approx Cinnabar. HEX triplet: D2, 42 and 2E. RGB value is (210,66,46). Sum of RGB (Red+Green+Blue) = 210+66+46=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D2422E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2422E is #2DBDD1. Grayscale: #6B6B6B. Windows color (decimal): -2997714 or 3031762. OLE color: 3031762.

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

Color convert

RGB2106646-
CMYK00.690.780.18
HSL7.32º64.57%50.2%-
HSV(B)7.32º78.1%82.35%-
XYZ29.0217.84.49-
YUV106.7893.71201.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 65.22%
GREEN value IS 66 (26.17% from 255) = 20.50%
BLUE value IS 46 (18.36% from 255) = 14.29%
R=65.22%
G=20.50%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210664600.690.780.187.3264.5750.2
HexD2422E0454E1274132
Octal32210256010511622710162
Binary110100101000010101110010001011001110100101111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2422E; }

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

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

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

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

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

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

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

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