#DC492A

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

Shades of Cinnabar #DC492A

Tints of Cinnabar #DC492A

Color information

#DC492A (or 0xDC492A) is unknown color: approx Cinnabar. HEX triplet: DC, 49 and 2A. RGB value is (220,73,42). Sum of RGB (Red+Green+Blue) = 220+73+42=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC492A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC492A is #23B6D5. Grayscale: #717171. Windows color (decimal): -2340566 or 2771420. OLE color: 2771420.

HSL color Cylindrical-coordinate representation of color #DC492A: hue angle of 10.45º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC492A is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB2207342-
CMYK00.670.810.14
HSL10.45º71.77%51.37%-
HSV(B)10.45º80.91%86.27%-
XYZ32.3220.154.38-
YUV113.4287.7204.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 65.67%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 42 (16.80% from 255) = 12.54%
R=65.67%
G=21.79%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220734200.670.810.1410.4571.7751.37
HexDC492A04351Ea4833
Octal334111520103121161211063
Binary110111001001001101010010000111010001111010101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC492A; }

 p { color: rgb(220,73,42); }

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

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

 a { background-color: rgb(220,73,42); }

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

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

 span { border-color: rgb(220,73,42); }

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