Shades of Cinnabar #DC482A
Tints of Cinnabar #DC482A
RGB
CMYK
RGB Variations
Color information
#DC482A (or 0xDC482A) is known color: Cinnabar. HEX triplet: DC, 48 and 2A. RGB value is (220,72,42). Sum of RGB (Red+Green+Blue) = 220+72+42=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC482A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC482A is #23B7D5. Grayscale: #717171. Windows color (decimal): -2340822 or 2771164. OLE color: 2771164.
HSL color Cylindrical-coordinate representation of color #DC482A: hue angle of 10.11º 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 #DC482A is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 42 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.14 |
| HSL | 10.11º | 0.72% | 0.51% | - |
| HSV(B) | 10.11º | 0.81% | 0.86% | - |
| XYZ | 32.25 | 20.02 | 4.35 | - |
| YUV | 112.83 | 88.03 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 42 | 0 | 0.67 | 0.81 | 0.14 | 10.11 | 0.72 | 0.51 |
| Hex | DC | 48 | 2A | 0 | 43 | 51 | E | A | 48 | 33 |
| Octal | 334 | 110 | 52 | 0 | 103 | 121 | 16 | 12 | 110 | 63 |
| Binary | 11011100 | 1001000 | 101010 | 0 | 1000011 | 1010001 | 1110 | 1010 | 1001000 | 110011 |
Color Harmonies of #DC482A
Complementary color
Monochromatic Colors of #DC482A
Black with #DC482A
Text Example
Text Example
White with #DC482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC482A; }
p { color: rgb(220,72,42); }
H1.HeaderClassName
{
color: #DC482A;
}
.AnyTagClassName
{
color: #DC482A;
}
</style>
background-color css
<style>
a { background-color: #DC482A; }
a { background-color: rgb(220,72,42); }
div.DivClassName
{
background-color: #DC482A;
}
.BgClassName
{
background-color: #DC482A;
}
</style>
border-color css
<style>
span { border-color: #DC482A; }
span { border-color: rgb(220,72,42); }
td.TdClassName
{
border-color: #DC482A;
}
.TagClassName
{
border-color: #DC482A;
}
</style>