Shades of Cinnabar #DE502D
Tints of Cinnabar #DE502D
RGB
CMYK
RGB Variations
Color information
#DE502D (or 0xDE502D) is known color: Cinnabar. HEX triplet: DE, 50 and 2D. RGB value is (222,80,45). Sum of RGB (Red+Green+Blue) = 222+80+45=347 (45% of max value = 765). Red value is 222 (87.11% from 255 or 63.98% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 222 - color contains mainly: red. Hex color #DE502D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE502D is #21AFD2. Grayscale: #767676. Windows color (decimal): -2207699 or 2969822. OLE color: 2969822.
HSL color Cylindrical-coordinate representation of color #DE502D: hue angle of 11.86º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE502D is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 80 | 45 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.13 |
| HSL | 11.86º | 0.73% | 0.52% | - |
| HSV(B) | 11.86º | 0.8% | 0.87% | - |
| XYZ | 33.47 | 21.46 | 4.86 | - |
| YUV | 118.47 | 86.54 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 80 | 45 | 0 | 0.64 | 0.80 | 0.13 | 11.86 | 0.73 | 0.52 |
| Hex | DE | 50 | 2D | 0 | 40 | 50 | D | C | 49 | 34 |
| Octal | 336 | 120 | 55 | 0 | 100 | 120 | 15 | 14 | 111 | 64 |
| Binary | 11011110 | 1010000 | 101101 | 0 | 1000000 | 1010000 | 1101 | 1100 | 1001001 | 110100 |
Color Harmonies of #DE502D
Complementary color
Monochromatic Colors of #DE502D
Black with #DE502D
Text Example
Text Example
White with #DE502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE502D; }
p { color: rgb(222,80,45); }
H1.HeaderClassName
{
color: #DE502D;
}
.AnyTagClassName
{
color: #DE502D;
}
</style>
background-color css
<style>
a { background-color: #DE502D; }
a { background-color: rgb(222,80,45); }
div.DivClassName
{
background-color: #DE502D;
}
.BgClassName
{
background-color: #DE502D;
}
</style>
border-color css
<style>
span { border-color: #DE502D; }
span { border-color: rgb(222,80,45); }
td.TdClassName
{
border-color: #DE502D;
}
.TagClassName
{
border-color: #DE502D;
}
</style>