Shades of Cinnabar #DE4441
Tints of Cinnabar #DE4441
RGB
CMYK
RGB Variations
Color information
#DE4441 (or 0xDE4441) is known color: Cinnabar. HEX triplet: DE, 44 and 41. RGB value is (222,68,65). Sum of RGB (Red+Green+Blue) = 222+68+65=355 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.54% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4441 is #21BBBE. Grayscale: #717171. Windows color (decimal): -2210751 or 4277470. OLE color: 4277470.
HSL color Cylindrical-coordinate representation of color #DE4441: hue angle of 1.15º degrees, saturation: 0.7, 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 #DE4441 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 68 | 65 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.13 |
| HSL | 1.15º | 0.7% | 0.56% | - |
| HSV(B) | 1.15º | 0.71% | 0.87% | - |
| XYZ | 33.15 | 20.05 | 7.12 | - |
| YUV | 113.7 | 100.52 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 68 | 65 | 0 | 0.69 | 0.71 | 0.13 | 1.15 | 0.7 | 0.56 |
| Hex | DE | 44 | 41 | 0 | 45 | 47 | D | 1 | 46 | 38 |
| Octal | 336 | 104 | 101 | 0 | 105 | 107 | 15 | 1 | 106 | 70 |
| Binary | 11011110 | 1000100 | 1000001 | 0 | 1000101 | 1000111 | 1101 | 1 | 1000110 | 111000 |
Color Harmonies of #DE4441
Complementary color
Monochromatic Colors of #DE4441
Black with #DE4441
Text Example
Text Example
White with #DE4441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4441; }
p { color: rgb(222,68,65); }
H1.HeaderClassName
{
color: #DE4441;
}
.AnyTagClassName
{
color: #DE4441;
}
</style>
background-color css
<style>
a { background-color: #DE4441; }
a { background-color: rgb(222,68,65); }
div.DivClassName
{
background-color: #DE4441;
}
.BgClassName
{
background-color: #DE4441;
}
</style>
border-color css
<style>
span { border-color: #DE4441; }
span { border-color: rgb(222,68,65); }
td.TdClassName
{
border-color: #DE4441;
}
.TagClassName
{
border-color: #DE4441;
}
</style>