#D74232

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

Shades of Cinnabar #D74232

Tints of Cinnabar #D74232

Color information

#D74232 (or 0xD74232) is unknown color: approx Cinnabar. HEX triplet: D7, 42 and 32. RGB value is (215,66,50). Sum of RGB (Red+Green+Blue) = 215+66+50=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D74232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74232 is #28BDCD. Grayscale: #6C6C6C. Windows color (decimal): -2670030 or 3293911. OLE color: 3293911.

HSL color Cylindrical-coordinate representation of color #D74232: hue angle of 5.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D74232 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB2156650-
CMYK00.690.770.16
HSL5.82º67.35%51.96%-
HSV(B)5.82º76.74%84.31%-
XYZ30.5518.574.99-
YUV108.7394.86203.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 64.95%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 50 (19.92% from 255) = 15.11%
R=64.95%
G=19.94%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215665000.690.770.165.8267.3551.96
HexD742320454D1064334
Octal32710262010511520610364
Binary110101111000010110010010001011001101100001101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74232; }

 p { color: rgb(215,66,50); }

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

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

 a { background-color: rgb(215,66,50); }

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

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

 span { border-color: rgb(215,66,50); }

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