Shades of Cinnabar #DE441D
Tints of Cinnabar #DE441D
RGB
CMYK
RGB Variations
Color information
#DE441D (or 0xDE441D) is known color: Cinnabar. HEX triplet: DE, 44 and 1D. RGB value is (222,68,29). Sum of RGB (Red+Green+Blue) = 222+68+29=319 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.59% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 222 - color contains mainly: red. Hex color #DE441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE441D is #21BBE2. Grayscale: #6D6D6D. Windows color (decimal): -2210787 or 1918174. OLE color: 1918174.
HSL color Cylindrical-coordinate representation of color #DE441D: hue angle of 12.12º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE441D is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 68 | 29 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.13 |
| HSL | 12.12º | 0.77% | 0.49% | - |
| HSV(B) | 12.12º | 0.87% | 0.87% | - |
| XYZ | 32.41 | 19.75 | 3.27 | - |
| YUV | 109.6 | 82.52 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 68 | 29 | 0 | 0.69 | 0.87 | 0.13 | 12.12 | 0.77 | 0.49 |
| Hex | DE | 44 | 1D | 0 | 45 | 57 | D | C | 4D | 31 |
| Octal | 336 | 104 | 35 | 0 | 105 | 127 | 15 | 14 | 115 | 61 |
| Binary | 11011110 | 1000100 | 11101 | 0 | 1000101 | 1010111 | 1101 | 1100 | 1001101 | 110001 |
Color Harmonies of #DE441D
Complementary color
Monochromatic Colors of #DE441D
Black with #DE441D
Text Example
Text Example
White with #DE441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE441D; }
p { color: rgb(222,68,29); }
H1.HeaderClassName
{
color: #DE441D;
}
.AnyTagClassName
{
color: #DE441D;
}
</style>
background-color css
<style>
a { background-color: #DE441D; }
a { background-color: rgb(222,68,29); }
div.DivClassName
{
background-color: #DE441D;
}
.BgClassName
{
background-color: #DE441D;
}
</style>
border-color css
<style>
span { border-color: #DE441D; }
span { border-color: rgb(222,68,29); }
td.TdClassName
{
border-color: #DE441D;
}
.TagClassName
{
border-color: #DE441D;
}
</style>