#D74A32

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

Shades of Cinnabar #D74A32

Tints of Cinnabar #D74A32

Color information

#D74A32 (or 0xD74A32) is unknown color: approx Cinnabar. HEX triplet: D7, 4A and 32. RGB value is (215,74,50). Sum of RGB (Red+Green+Blue) = 215+74+50=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74A32 is #28B5CD. Grayscale: #717171. Windows color (decimal): -2667982 or 3295959. OLE color: 3295959.

HSL color Cylindrical-coordinate representation of color #D74A32: hue angle of 8.73º 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 #D74A32 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB2157450-
CMYK00.660.770.16
HSL8.73º67.35%51.96%-
HSV(B)8.73º76.74%84.31%-
XYZ31.0519.575.16-
YUV113.4292.21200.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 63.42%
GREEN value IS 74 (29.30% from 255) = 21.83%
BLUE value IS 50 (19.92% from 255) = 14.75%
R=63.42%
G=21.83%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215745000.660.770.168.7367.3551.96
HexD74A320424D1094334
Octal327112620102115201110364
Binary1101011110010101100100100001010011011000010011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74A32; }

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

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

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

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

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

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

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

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