Shades of Cinnabar #DC401E
Tints of Cinnabar #DC401E
RGB
CMYK
RGB Variations
Color information
#DC401E (or 0xDC401E) is known color: Cinnabar. HEX triplet: DC, 40 and 1E. RGB value is (220,64,30). Sum of RGB (Red+Green+Blue) = 220+64+30=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC401E is #23BFE1. Grayscale: #6B6B6B. Windows color (decimal): -2342882 or 1982684. OLE color: 1982684.
HSL color Cylindrical-coordinate representation of color #DC401E: hue angle of 10.74º 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 #DC401E is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 30 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.14 |
| HSL | 10.74º | 0.76% | 0.49% | - |
| HSV(B) | 10.74º | 0.86% | 0.86% | - |
| XYZ | 31.58 | 18.98 | 3.23 | - |
| YUV | 106.77 | 84.68 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 30 | 0 | 0.71 | 0.86 | 0.14 | 10.74 | 0.76 | 0.49 |
| Hex | DC | 40 | 1E | 0 | 47 | 56 | E | B | 4C | 31 |
| Octal | 334 | 100 | 36 | 0 | 107 | 126 | 16 | 13 | 114 | 61 |
| Binary | 11011100 | 1000000 | 11110 | 0 | 1000111 | 1010110 | 1110 | 1011 | 1001100 | 110001 |
Color Harmonies of #DC401E
Complementary color
Monochromatic Colors of #DC401E
Black with #DC401E
Text Example
Text Example
White with #DC401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC401E; }
p { color: rgb(220,64,30); }
H1.HeaderClassName
{
color: #DC401E;
}
.AnyTagClassName
{
color: #DC401E;
}
</style>
background-color css
<style>
a { background-color: #DC401E; }
a { background-color: rgb(220,64,30); }
div.DivClassName
{
background-color: #DC401E;
}
.BgClassName
{
background-color: #DC401E;
}
</style>
border-color css
<style>
span { border-color: #DC401E; }
span { border-color: rgb(220,64,30); }
td.TdClassName
{
border-color: #DC401E;
}
.TagClassName
{
border-color: #DC401E;
}
</style>