Shades of Cinnabar #DE441F
Tints of Cinnabar #DE441F
RGB
CMYK
RGB Variations
Color information
#DE441F (or 0xDE441F) is known color: Cinnabar. HEX triplet: DE, 44 and 1F. RGB value is (222,68,31). Sum of RGB (Red+Green+Blue) = 222+68+31=321 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.16% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 222 - color contains mainly: red. Hex color #DE441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE441F is #21BBE0. Grayscale: #6E6E6E. Windows color (decimal): -2210785 or 2049246. OLE color: 2049246.
HSL color Cylindrical-coordinate representation of color #DE441F: hue angle of 11.62º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE441F is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 68 | 31 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.13 |
| HSL | 11.62º | 0.75% | 0.5% | - |
| HSV(B) | 11.62º | 0.86% | 0.87% | - |
| XYZ | 32.44 | 19.76 | 3.4 | - |
| YUV | 109.83 | 83.52 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 68 | 31 | 0 | 0.69 | 0.86 | 0.13 | 11.62 | 0.75 | 0.5 |
| Hex | DE | 44 | 1F | 0 | 45 | 56 | D | C | 4B | 32 |
| Octal | 336 | 104 | 37 | 0 | 105 | 126 | 15 | 14 | 113 | 62 |
| Binary | 11011110 | 1000100 | 11111 | 0 | 1000101 | 1010110 | 1101 | 1100 | 1001011 | 110010 |
Color Harmonies of #DE441F
Complementary color
Monochromatic Colors of #DE441F
Black with #DE441F
Text Example
Text Example
White with #DE441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE441F; }
p { color: rgb(222,68,31); }
H1.HeaderClassName
{
color: #DE441F;
}
.AnyTagClassName
{
color: #DE441F;
}
</style>
background-color css
<style>
a { background-color: #DE441F; }
a { background-color: rgb(222,68,31); }
div.DivClassName
{
background-color: #DE441F;
}
.BgClassName
{
background-color: #DE441F;
}
</style>
border-color css
<style>
span { border-color: #DE441F; }
span { border-color: rgb(222,68,31); }
td.TdClassName
{
border-color: #DE441F;
}
.TagClassName
{
border-color: #DE441F;
}
</style>