Shades of Cinnabar #DE4028
Tints of Cinnabar #DE4028
RGB
CMYK
RGB Variations
Color information
#DE4028 (or 0xDE4028) is known color: Cinnabar. HEX triplet: DE, 40 and 28. RGB value is (222,64,40). Sum of RGB (Red+Green+Blue) = 222+64+40=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4028 is #21BFD7. Grayscale: #6C6C6C. Windows color (decimal): -2211800 or 2638046. OLE color: 2638046.
HSL color Cylindrical-coordinate representation of color #DE4028: hue angle of 7.91º 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 #DE4028 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 64 | 40 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.13 |
| HSL | 7.91º | 0.73% | 0.51% | - |
| HSV(B) | 7.91º | 0.82% | 0.87% | - |
| XYZ | 32.34 | 19.35 | 4.04 | - |
| YUV | 108.51 | 89.35 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 64 | 40 | 0 | 0.71 | 0.82 | 0.13 | 7.91 | 0.73 | 0.51 |
| Hex | DE | 40 | 28 | 0 | 47 | 52 | D | 8 | 49 | 33 |
| Octal | 336 | 100 | 50 | 0 | 107 | 122 | 15 | 10 | 111 | 63 |
| Binary | 11011110 | 1000000 | 101000 | 0 | 1000111 | 1010010 | 1101 | 1000 | 1001001 | 110011 |
Color Harmonies of #DE4028
Complementary color
Monochromatic Colors of #DE4028
Black with #DE4028
Text Example
Text Example
White with #DE4028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4028; }
p { color: rgb(222,64,40); }
H1.HeaderClassName
{
color: #DE4028;
}
.AnyTagClassName
{
color: #DE4028;
}
</style>
background-color css
<style>
a { background-color: #DE4028; }
a { background-color: rgb(222,64,40); }
div.DivClassName
{
background-color: #DE4028;
}
.BgClassName
{
background-color: #DE4028;
}
</style>
border-color css
<style>
span { border-color: #DE4028; }
span { border-color: rgb(222,64,40); }
td.TdClassName
{
border-color: #DE4028;
}
.TagClassName
{
border-color: #DE4028;
}
</style>