Shades of Cinnabar #DE413B
Tints of Cinnabar #DE413B
RGB
CMYK
RGB Variations
Color information
#DE413B (or 0xDE413B) is known color: Cinnabar. HEX triplet: DE, 41 and 3B. RGB value is (222,65,59). Sum of RGB (Red+Green+Blue) = 222+65+59=346 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.16% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 222 - color contains mainly: red. Hex color #DE413B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE413B is #21BEC4. Grayscale: #6F6F6F. Windows color (decimal): -2211525 or 3883486. OLE color: 3883486.
HSL color Cylindrical-coordinate representation of color #DE413B: hue angle of 2.21º 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 #DE413B is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 65 | 59 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.13 |
| HSL | 2.21º | 0.71% | 0.55% | - |
| HSV(B) | 2.21º | 0.73% | 0.87% | - |
| XYZ | 32.8 | 19.63 | 6.2 | - |
| YUV | 111.26 | 98.51 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 65 | 59 | 0 | 0.71 | 0.73 | 0.13 | 2.21 | 0.71 | 0.55 |
| Hex | DE | 41 | 3B | 0 | 47 | 49 | D | 2 | 47 | 37 |
| Octal | 336 | 101 | 73 | 0 | 107 | 111 | 15 | 2 | 107 | 67 |
| Binary | 11011110 | 1000001 | 111011 | 0 | 1000111 | 1001001 | 1101 | 10 | 1000111 | 110111 |
Color Harmonies of #DE413B
Complementary color
Monochromatic Colors of #DE413B
Black with #DE413B
Text Example
Text Example
White with #DE413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE413B; }
p { color: rgb(222,65,59); }
H1.HeaderClassName
{
color: #DE413B;
}
.AnyTagClassName
{
color: #DE413B;
}
</style>
background-color css
<style>
a { background-color: #DE413B; }
a { background-color: rgb(222,65,59); }
div.DivClassName
{
background-color: #DE413B;
}
.BgClassName
{
background-color: #DE413B;
}
</style>
border-color css
<style>
span { border-color: #DE413B; }
span { border-color: rgb(222,65,59); }
td.TdClassName
{
border-color: #DE413B;
}
.TagClassName
{
border-color: #DE413B;
}
</style>