Shades of Cinnabar #DC462A
Tints of Cinnabar #DC462A
RGB
CMYK
RGB Variations
Color information
#DC462A (or 0xDC462A) is known color: Cinnabar. HEX triplet: DC, 46 and 2A. RGB value is (220,70,42). Sum of RGB (Red+Green+Blue) = 220+70+42=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC462A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC462A is #23B9D5. Grayscale: #6F6F6F. Windows color (decimal): -2341334 or 2770652. OLE color: 2770652.
HSL color Cylindrical-coordinate representation of color #DC462A: hue angle of 9.44º 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 #DC462A is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 42 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.14 |
| HSL | 9.44º | 0.72% | 0.51% | - |
| HSV(B) | 9.44º | 0.81% | 0.86% | - |
| XYZ | 32.12 | 19.76 | 4.31 | - |
| YUV | 111.66 | 88.7 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 42 | 0 | 0.68 | 0.81 | 0.14 | 9.44 | 0.72 | 0.51 |
| Hex | DC | 46 | 2A | 0 | 44 | 51 | E | 9 | 48 | 33 |
| Octal | 334 | 106 | 52 | 0 | 104 | 121 | 16 | 11 | 110 | 63 |
| Binary | 11011100 | 1000110 | 101010 | 0 | 1000100 | 1010001 | 1110 | 1001 | 1001000 | 110011 |
Color Harmonies of #DC462A
Complementary color
Monochromatic Colors of #DC462A
Black with #DC462A
Text Example
Text Example
White with #DC462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC462A; }
p { color: rgb(220,70,42); }
H1.HeaderClassName
{
color: #DC462A;
}
.AnyTagClassName
{
color: #DC462A;
}
</style>
background-color css
<style>
a { background-color: #DC462A; }
a { background-color: rgb(220,70,42); }
div.DivClassName
{
background-color: #DC462A;
}
.BgClassName
{
background-color: #DC462A;
}
</style>
border-color css
<style>
span { border-color: #DC462A; }
span { border-color: rgb(220,70,42); }
td.TdClassName
{
border-color: #DC462A;
}
.TagClassName
{
border-color: #DC462A;
}
</style>