Shades of Cinnabar #DE403B
Tints of Cinnabar #DE403B
RGB
CMYK
RGB Variations
Color information
#DE403B (or 0xDE403B) is known color: Cinnabar. HEX triplet: DE, 40 and 3B. RGB value is (222,64,59). Sum of RGB (Red+Green+Blue) = 222+64+59=345 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.35% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 222 - color contains mainly: red. Hex color #DE403B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE403B is #21BFC4. Grayscale: #6E6E6E. Windows color (decimal): -2211781 or 3883230. OLE color: 3883230.
HSL color Cylindrical-coordinate representation of color #DE403B: hue angle of 1.84º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE403B is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 64 | 59 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.13 |
| HSL | 1.84º | 0.71% | 0.55% | - |
| HSV(B) | 1.84º | 0.73% | 0.87% | - |
| XYZ | 32.75 | 19.51 | 6.18 | - |
| YUV | 110.67 | 98.85 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 64 | 59 | 0 | 0.71 | 0.73 | 0.13 | 1.84 | 0.71 | 0.55 |
| Hex | DE | 40 | 3B | 0 | 47 | 49 | D | 2 | 47 | 37 |
| Octal | 336 | 100 | 73 | 0 | 107 | 111 | 15 | 2 | 107 | 67 |
| Binary | 11011110 | 1000000 | 111011 | 0 | 1000111 | 1001001 | 1101 | 10 | 1000111 | 110111 |
Color Harmonies of #DE403B
Complementary color
Monochromatic Colors of #DE403B
Black with #DE403B
Text Example
Text Example
White with #DE403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE403B; }
p { color: rgb(222,64,59); }
H1.HeaderClassName
{
color: #DE403B;
}
.AnyTagClassName
{
color: #DE403B;
}
</style>
background-color css
<style>
a { background-color: #DE403B; }
a { background-color: rgb(222,64,59); }
div.DivClassName
{
background-color: #DE403B;
}
.BgClassName
{
background-color: #DE403B;
}
</style>
border-color css
<style>
span { border-color: #DE403B; }
span { border-color: rgb(222,64,59); }
td.TdClassName
{
border-color: #DE403B;
}
.TagClassName
{
border-color: #DE403B;
}
</style>