Shades of Cinnabar #DC421E
Tints of Cinnabar #DC421E
RGB
CMYK
RGB Variations
Color information
#DC421E (or 0xDC421E) is known color: Cinnabar. HEX triplet: DC, 42 and 1E. RGB value is (220,66,30). Sum of RGB (Red+Green+Blue) = 220+66+30=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC421E is #23BDE1. Grayscale: #6C6C6C. Windows color (decimal): -2342370 or 1983196. OLE color: 1983196.
HSL color Cylindrical-coordinate representation of color #DC421E: hue angle of 11.37º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC421E is Cyan = 0, Magento = 0.7, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 30 | - |
| CMYK | 0 | 0.7 | 0.86 | 0.14 |
| HSL | 11.37º | 0.76% | 0.49% | - |
| HSV(B) | 11.37º | 0.86% | 0.86% | - |
| XYZ | 31.7 | 19.21 | 3.26 | - |
| YUV | 107.94 | 84.02 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 30 | 0 | 0.7 | 0.86 | 0.14 | 11.37 | 0.76 | 0.49 |
| Hex | DC | 42 | 1E | 0 | 46 | 56 | E | B | 4C | 31 |
| Octal | 334 | 102 | 36 | 0 | 106 | 126 | 16 | 13 | 114 | 61 |
| Binary | 11011100 | 1000010 | 11110 | 0 | 1000110 | 1010110 | 1110 | 1011 | 1001100 | 110001 |
Color Harmonies of #DC421E
Complementary color
Monochromatic Colors of #DC421E
Black with #DC421E
Text Example
Text Example
White with #DC421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC421E; }
p { color: rgb(220,66,30); }
H1.HeaderClassName
{
color: #DC421E;
}
.AnyTagClassName
{
color: #DC421E;
}
</style>
background-color css
<style>
a { background-color: #DC421E; }
a { background-color: rgb(220,66,30); }
div.DivClassName
{
background-color: #DC421E;
}
.BgClassName
{
background-color: #DC421E;
}
</style>
border-color css
<style>
span { border-color: #DC421E; }
span { border-color: rgb(220,66,30); }
td.TdClassName
{
border-color: #DC421E;
}
.TagClassName
{
border-color: #DC421E;
}
</style>