Shades of Cinnabar #DE4440
Tints of Cinnabar #DE4440
RGB
CMYK
RGB Variations
Color information
#DE4440 (or 0xDE4440) is known color: Cinnabar. HEX triplet: DE, 44 and 40. RGB value is (222,68,64). Sum of RGB (Red+Green+Blue) = 222+68+64=354 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.71% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4440 is #21BBBF. Grayscale: #717171. Windows color (decimal): -2210752 or 4211934. OLE color: 4211934.
HSL color Cylindrical-coordinate representation of color #DE4440: hue angle of 1.52º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE4440 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 68 | 64 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.13 |
| HSL | 1.52º | 0.71% | 0.56% | - |
| HSV(B) | 1.52º | 0.71% | 0.87% | - |
| XYZ | 33.12 | 20.03 | 6.97 | - |
| YUV | 113.59 | 100.02 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 68 | 64 | 0 | 0.69 | 0.71 | 0.13 | 1.52 | 0.71 | 0.56 |
| Hex | DE | 44 | 40 | 0 | 45 | 47 | D | 2 | 47 | 38 |
| Octal | 336 | 104 | 100 | 0 | 105 | 107 | 15 | 2 | 107 | 70 |
| Binary | 11011110 | 1000100 | 1000000 | 0 | 1000101 | 1000111 | 1101 | 10 | 1000111 | 111000 |
Color Harmonies of #DE4440
Complementary color
Monochromatic Colors of #DE4440
Black with #DE4440
Text Example
Text Example
White with #DE4440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4440; }
p { color: rgb(222,68,64); }
H1.HeaderClassName
{
color: #DE4440;
}
.AnyTagClassName
{
color: #DE4440;
}
</style>
background-color css
<style>
a { background-color: #DE4440; }
a { background-color: rgb(222,68,64); }
div.DivClassName
{
background-color: #DE4440;
}
.BgClassName
{
background-color: #DE4440;
}
</style>
border-color css
<style>
span { border-color: #DE4440; }
span { border-color: rgb(222,68,64); }
td.TdClassName
{
border-color: #DE4440;
}
.TagClassName
{
border-color: #DE4440;
}
</style>