Shades of Cinnabar #DE4434
Tints of Cinnabar #DE4434
RGB
CMYK
RGB Variations
Color information
#DE4434 (or 0xDE4434) is known color: Cinnabar. HEX triplet: DE, 44 and 34. RGB value is (222,68,52). Sum of RGB (Red+Green+Blue) = 222+68+52=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4434 is #21BBCB. Grayscale: #707070. Windows color (decimal): -2210764 or 3425502. OLE color: 3425502.
HSL color Cylindrical-coordinate representation of color #DE4434: hue angle of 5.65º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE4434 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 68 | 52 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.13 |
| HSL | 5.65º | 0.72% | 0.54% | - |
| HSV(B) | 5.65º | 0.77% | 0.87% | - |
| XYZ | 32.81 | 19.91 | 5.36 | - |
| YUV | 112.22 | 94.02 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 68 | 52 | 0 | 0.69 | 0.77 | 0.13 | 5.65 | 0.72 | 0.54 |
| Hex | DE | 44 | 34 | 0 | 45 | 4D | D | 6 | 48 | 36 |
| Octal | 336 | 104 | 64 | 0 | 105 | 115 | 15 | 6 | 110 | 66 |
| Binary | 11011110 | 1000100 | 110100 | 0 | 1000101 | 1001101 | 1101 | 110 | 1001000 | 110110 |
Color Harmonies of #DE4434
Complementary color
Monochromatic Colors of #DE4434
Black with #DE4434
Text Example
Text Example
White with #DE4434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4434; }
p { color: rgb(222,68,52); }
H1.HeaderClassName
{
color: #DE4434;
}
.AnyTagClassName
{
color: #DE4434;
}
</style>
background-color css
<style>
a { background-color: #DE4434; }
a { background-color: rgb(222,68,52); }
div.DivClassName
{
background-color: #DE4434;
}
.BgClassName
{
background-color: #DE4434;
}
</style>
border-color css
<style>
span { border-color: #DE4434; }
span { border-color: rgb(222,68,52); }
td.TdClassName
{
border-color: #DE4434;
}
.TagClassName
{
border-color: #DE4434;
}
</style>