Shades of Cinnabar #DE503C
Tints of Cinnabar #DE503C
RGB
CMYK
RGB Variations
Color information
#DE503C (or 0xDE503C) is known color: Cinnabar. HEX triplet: DE, 50 and 3C. RGB value is (222,80,60). Sum of RGB (Red+Green+Blue) = 222+80+60=362 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.33% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 222 - color contains mainly: red. Hex color #DE503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE503C is #21AFC3. Grayscale: #787878. Windows color (decimal): -2207684 or 3952862. OLE color: 3952862.
HSL color Cylindrical-coordinate representation of color #DE503C: hue angle of 7.41º 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 #DE503C is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 80 | 60 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.13 |
| HSL | 7.41º | 0.71% | 0.55% | - |
| HSV(B) | 7.41º | 0.73% | 0.87% | - |
| XYZ | 33.81 | 21.59 | 6.66 | - |
| YUV | 120.18 | 94.04 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 80 | 60 | 0 | 0.64 | 0.73 | 0.13 | 7.41 | 0.71 | 0.55 |
| Hex | DE | 50 | 3C | 0 | 40 | 49 | D | 7 | 47 | 37 |
| Octal | 336 | 120 | 74 | 0 | 100 | 111 | 15 | 7 | 107 | 67 |
| Binary | 11011110 | 1010000 | 111100 | 0 | 1000000 | 1001001 | 1101 | 111 | 1000111 | 110111 |
Color Harmonies of #DE503C
Complementary color
Monochromatic Colors of #DE503C
Black with #DE503C
Text Example
Text Example
White with #DE503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE503C; }
p { color: rgb(222,80,60); }
H1.HeaderClassName
{
color: #DE503C;
}
.AnyTagClassName
{
color: #DE503C;
}
</style>
background-color css
<style>
a { background-color: #DE503C; }
a { background-color: rgb(222,80,60); }
div.DivClassName
{
background-color: #DE503C;
}
.BgClassName
{
background-color: #DE503C;
}
</style>
border-color css
<style>
span { border-color: #DE503C; }
span { border-color: rgb(222,80,60); }
td.TdClassName
{
border-color: #DE503C;
}
.TagClassName
{
border-color: #DE503C;
}
</style>