Shades of Cinnabar #DE4428
Tints of Cinnabar #DE4428
RGB
CMYK
RGB Variations
Color information
#DE4428 (or 0xDE4428) is known color: Cinnabar. HEX triplet: DE, 44 and 28. RGB value is (222,68,40). Sum of RGB (Red+Green+Blue) = 222+68+40=330 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.27% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4428 is #21BBD7. Grayscale: #6F6F6F. Windows color (decimal): -2210776 or 2639070. OLE color: 2639070.
HSL color Cylindrical-coordinate representation of color #DE4428: hue angle of 9.23º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE4428 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 68 | 40 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.13 |
| HSL | 9.23º | 0.73% | 0.51% | - |
| HSV(B) | 9.23º | 0.82% | 0.87% | - |
| XYZ | 32.57 | 19.82 | 4.12 | - |
| YUV | 110.85 | 88.02 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 68 | 40 | 0 | 0.69 | 0.82 | 0.13 | 9.23 | 0.73 | 0.51 |
| Hex | DE | 44 | 28 | 0 | 45 | 52 | D | 9 | 49 | 33 |
| Octal | 336 | 104 | 50 | 0 | 105 | 122 | 15 | 11 | 111 | 63 |
| Binary | 11011110 | 1000100 | 101000 | 0 | 1000101 | 1010010 | 1101 | 1001 | 1001001 | 110011 |
Color Harmonies of #DE4428
Complementary color
Monochromatic Colors of #DE4428
Black with #DE4428
Text Example
Text Example
White with #DE4428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4428; }
p { color: rgb(222,68,40); }
H1.HeaderClassName
{
color: #DE4428;
}
.AnyTagClassName
{
color: #DE4428;
}
</style>
background-color css
<style>
a { background-color: #DE4428; }
a { background-color: rgb(222,68,40); }
div.DivClassName
{
background-color: #DE4428;
}
.BgClassName
{
background-color: #DE4428;
}
</style>
border-color css
<style>
span { border-color: #DE4428; }
span { border-color: rgb(222,68,40); }
td.TdClassName
{
border-color: #DE4428;
}
.TagClassName
{
border-color: #DE4428;
}
</style>