Shades of Cinnabar #DE4C2B
Tints of Cinnabar #DE4C2B
RGB
CMYK
RGB Variations
Color information
#DE4C2B (or 0xDE4C2B) is known color: Cinnabar. HEX triplet: DE, 4C and 2B. RGB value is (222,76,43). Sum of RGB (Red+Green+Blue) = 222+76+43=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4C2B is #21B3D4. Grayscale: #747474. Windows color (decimal): -2208725 or 2837726. OLE color: 2837726.
HSL color Cylindrical-coordinate representation of color #DE4C2B: hue angle of 11.06º 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 #DE4C2B is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 76 | 43 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.13 |
| HSL | 11.06º | 0.73% | 0.52% | - |
| HSV(B) | 11.06º | 0.81% | 0.87% | - |
| XYZ | 33.14 | 20.87 | 4.57 | - |
| YUV | 115.89 | 86.87 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 76 | 43 | 0 | 0.66 | 0.81 | 0.13 | 11.06 | 0.73 | 0.52 |
| Hex | DE | 4C | 2B | 0 | 42 | 51 | D | B | 49 | 34 |
| Octal | 336 | 114 | 53 | 0 | 102 | 121 | 15 | 13 | 111 | 64 |
| Binary | 11011110 | 1001100 | 101011 | 0 | 1000010 | 1010001 | 1101 | 1011 | 1001001 | 110100 |
Color Harmonies of #DE4C2B
Complementary color
Monochromatic Colors of #DE4C2B
Black with #DE4C2B
Text Example
Text Example
White with #DE4C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4C2B; }
p { color: rgb(222,76,43); }
H1.HeaderClassName
{
color: #DE4C2B;
}
.AnyTagClassName
{
color: #DE4C2B;
}
</style>
background-color css
<style>
a { background-color: #DE4C2B; }
a { background-color: rgb(222,76,43); }
div.DivClassName
{
background-color: #DE4C2B;
}
.BgClassName
{
background-color: #DE4C2B;
}
</style>
border-color css
<style>
span { border-color: #DE4C2B; }
span { border-color: rgb(222,76,43); }
td.TdClassName
{
border-color: #DE4C2B;
}
.TagClassName
{
border-color: #DE4C2B;
}
</style>