Shades of Cinnabar #DE442B
Tints of Cinnabar #DE442B
RGB
CMYK
RGB Variations
Color information
#DE442B (or 0xDE442B) is known color: Cinnabar. HEX triplet: DE, 44 and 2B. RGB value is (222,68,43). Sum of RGB (Red+Green+Blue) = 222+68+43=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE442B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE442B is #21BBD4. Grayscale: #6F6F6F. Windows color (decimal): -2210773 or 2835678. OLE color: 2835678.
HSL color Cylindrical-coordinate representation of color #DE442B: hue angle of 8.38º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE442B is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 68 | 43 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.13 |
| HSL | 8.38º | 0.73% | 0.52% | - |
| HSV(B) | 8.38º | 0.81% | 0.87% | - |
| XYZ | 32.63 | 19.84 | 4.4 | - |
| YUV | 111.2 | 89.52 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 68 | 43 | 0 | 0.69 | 0.81 | 0.13 | 8.38 | 0.73 | 0.52 |
| Hex | DE | 44 | 2B | 0 | 45 | 51 | D | 8 | 49 | 34 |
| Octal | 336 | 104 | 53 | 0 | 105 | 121 | 15 | 10 | 111 | 64 |
| Binary | 11011110 | 1000100 | 101011 | 0 | 1000101 | 1010001 | 1101 | 1000 | 1001001 | 110100 |
Color Harmonies of #DE442B
Complementary color
Monochromatic Colors of #DE442B
Black with #DE442B
Text Example
Text Example
White with #DE442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE442B; }
p { color: rgb(222,68,43); }
H1.HeaderClassName
{
color: #DE442B;
}
.AnyTagClassName
{
color: #DE442B;
}
</style>
background-color css
<style>
a { background-color: #DE442B; }
a { background-color: rgb(222,68,43); }
div.DivClassName
{
background-color: #DE442B;
}
.BgClassName
{
background-color: #DE442B;
}
</style>
border-color css
<style>
span { border-color: #DE442B; }
span { border-color: rgb(222,68,43); }
td.TdClassName
{
border-color: #DE442B;
}
.TagClassName
{
border-color: #DE442B;
}
</style>