Shades of Cinnabar #DC441F
Tints of Cinnabar #DC441F
RGB
CMYK
RGB Variations
Color information
#DC441F (or 0xDC441F) is known color: Cinnabar. HEX triplet: DC, 44 and 1F. RGB value is (220,68,31). Sum of RGB (Red+Green+Blue) = 220+68+31=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC441F is #23BBE0. Grayscale: #6D6D6D. Windows color (decimal): -2341857 or 2049244. OLE color: 2049244.
HSL color Cylindrical-coordinate representation of color #DC441F: hue angle of 11.75º 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 #DC441F is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 31 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.14 |
| HSL | 11.75º | 0.75% | 0.49% | - |
| HSV(B) | 11.75º | 0.86% | 0.86% | - |
| XYZ | 31.83 | 19.45 | 3.37 | - |
| YUV | 109.23 | 83.86 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 31 | 0 | 0.69 | 0.86 | 0.14 | 11.75 | 0.75 | 0.49 |
| Hex | DC | 44 | 1F | 0 | 45 | 56 | E | C | 4B | 31 |
| Octal | 334 | 104 | 37 | 0 | 105 | 126 | 16 | 14 | 113 | 61 |
| Binary | 11011100 | 1000100 | 11111 | 0 | 1000101 | 1010110 | 1110 | 1100 | 1001011 | 110001 |
Color Harmonies of #DC441F
Complementary color
Monochromatic Colors of #DC441F
Black with #DC441F
Text Example
Text Example
White with #DC441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC441F; }
p { color: rgb(220,68,31); }
H1.HeaderClassName
{
color: #DC441F;
}
.AnyTagClassName
{
color: #DC441F;
}
</style>
background-color css
<style>
a { background-color: #DC441F; }
a { background-color: rgb(220,68,31); }
div.DivClassName
{
background-color: #DC441F;
}
.BgClassName
{
background-color: #DC441F;
}
</style>
border-color css
<style>
span { border-color: #DC441F; }
span { border-color: rgb(220,68,31); }
td.TdClassName
{
border-color: #DC441F;
}
.TagClassName
{
border-color: #DC441F;
}
</style>