#DD462C

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

Shades of Cinnabar #DD462C

Tints of Cinnabar #DD462C

Color information

#DD462C (or 0xDD462C) is unknown color: approx Cinnabar. HEX triplet: DD, 46 and 2C. RGB value is (221,70,44). Sum of RGB (Red+Green+Blue) = 221+70+44=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD462C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD462C is #22B9D3. Grayscale: #707070. Windows color (decimal): -2275796 or 2901725. OLE color: 2901725.

HSL color Cylindrical-coordinate representation of color #DD462C: hue angle of 8.81º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD462C is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB2217044-
CMYK00.680.800.13
HSL8.81º72.24%51.96%-
HSV(B)8.81º80.09%86.67%-
XYZ32.4619.934.52-
YUV112.1889.53205.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65.97%
GREEN value IS 70 (27.73% from 255) = 20.90%
BLUE value IS 44 (17.58% from 255) = 13.13%
R=65.97%
G=20.90%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221704400.680.800.138.8172.2451.96
HexDD462C04450D94834
Octal335106540104120151111064
Binary110111011000110101100010001001010000110110011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD462C; }

 p { color: rgb(221,70,44); }

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

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

 a { background-color: rgb(221,70,44); }

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

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

 span { border-color: rgb(221,70,44); }

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