#D9412C

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

Shades of Cinnabar #D9412C

Tints of Cinnabar #D9412C

Color information

#D9412C (or 0xD9412C) is unknown color: approx Cinnabar. HEX triplet: D9, 41 and 2C. RGB value is (217,65,44). Sum of RGB (Red+Green+Blue) = 217+65+44=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D9412C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9412C is #26BED3. Grayscale: #6C6C6C. Windows color (decimal): -2539220 or 2900441. OLE color: 2900441.

HSL color Cylindrical-coordinate representation of color #D9412C: hue angle of 7.28º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9412C is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB2176544-
CMYK00.700.800.15
HSL7.28º69.48%51.18%-
HSV(B)7.28º79.72%85.1%-
XYZ30.9618.714.36-
YUV108.0591.86205.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 66.56%
GREEN value IS 65 (25.78% from 255) = 19.94%
BLUE value IS 44 (17.58% from 255) = 13.50%
R=66.56%
G=19.94%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217654400.700.800.157.2869.4851.18
HexD9412C04650F74533
Octal33110154010612017710563
Binary11011001100000110110001000110101000011111111000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9412C; }

 p { color: rgb(217,65,44); }

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

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

 a { background-color: rgb(217,65,44); }

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

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

 span { border-color: rgb(217,65,44); }

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