Shades of Cinnabar #DC401F
Tints of Cinnabar #DC401F
RGB
CMYK
RGB Variations
Color information
#DC401F (or 0xDC401F) is known color: Cinnabar. HEX triplet: DC, 40 and 1F. RGB value is (220,64,31). Sum of RGB (Red+Green+Blue) = 220+64+31=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC401F is #23BFE0. Grayscale: #6B6B6B. Windows color (decimal): -2342881 or 2048220. OLE color: 2048220.
HSL color Cylindrical-coordinate representation of color #DC401F: hue angle of 10.48º degrees, saturation: 0.75, 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 #DC401F is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 31 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.14 |
| HSL | 10.48º | 0.75% | 0.49% | - |
| HSV(B) | 10.48º | 0.86% | 0.86% | - |
| XYZ | 31.6 | 18.98 | 3.29 | - |
| YUV | 106.88 | 85.18 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 31 | 0 | 0.71 | 0.86 | 0.14 | 10.48 | 0.75 | 0.49 |
| Hex | DC | 40 | 1F | 0 | 47 | 56 | E | A | 4B | 31 |
| Octal | 334 | 100 | 37 | 0 | 107 | 126 | 16 | 12 | 113 | 61 |
| Binary | 11011100 | 1000000 | 11111 | 0 | 1000111 | 1010110 | 1110 | 1010 | 1001011 | 110001 |
Color Harmonies of #DC401F
Complementary color
Monochromatic Colors of #DC401F
Black with #DC401F
Text Example
Text Example
White with #DC401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC401F; }
p { color: rgb(220,64,31); }
H1.HeaderClassName
{
color: #DC401F;
}
.AnyTagClassName
{
color: #DC401F;
}
</style>
background-color css
<style>
a { background-color: #DC401F; }
a { background-color: rgb(220,64,31); }
div.DivClassName
{
background-color: #DC401F;
}
.BgClassName
{
background-color: #DC401F;
}
</style>
border-color css
<style>
span { border-color: #DC401F; }
span { border-color: rgb(220,64,31); }
td.TdClassName
{
border-color: #DC401F;
}
.TagClassName
{
border-color: #DC401F;
}
</style>