Shades of Cinnabar #DE533C
Tints of Cinnabar #DE533C
RGB
CMYK
RGB Variations
Color information
#DE533C (or 0xDE533C) is known color: Cinnabar. HEX triplet: DE, 53 and 3C. RGB value is (222,83,60). Sum of RGB (Red+Green+Blue) = 222+83+60=365 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.82% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 222 - color contains mainly: red. Hex color #DE533C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE533C is #21ACC3. Grayscale: #7A7A7A. Windows color (decimal): -2206916 or 3953630. OLE color: 3953630.
HSL color Cylindrical-coordinate representation of color #DE533C: hue angle of 8.52º 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 #DE533C is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 83 | 60 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.13 |
| HSL | 8.52º | 0.71% | 0.55% | - |
| HSV(B) | 8.52º | 0.73% | 0.87% | - |
| XYZ | 34.03 | 22.04 | 6.74 | - |
| YUV | 121.94 | 93.05 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 83 | 60 | 0 | 0.63 | 0.73 | 0.13 | 8.52 | 0.71 | 0.55 |
| Hex | DE | 53 | 3C | 0 | 3F | 49 | D | 9 | 47 | 37 |
| Octal | 336 | 123 | 74 | 0 | 77 | 111 | 15 | 11 | 107 | 67 |
| Binary | 11011110 | 1010011 | 111100 | 0 | 111111 | 1001001 | 1101 | 1001 | 1000111 | 110111 |
Color Harmonies of #DE533C
Complementary color
Monochromatic Colors of #DE533C
Black with #DE533C
Text Example
Text Example
White with #DE533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE533C; }
p { color: rgb(222,83,60); }
H1.HeaderClassName
{
color: #DE533C;
}
.AnyTagClassName
{
color: #DE533C;
}
</style>
background-color css
<style>
a { background-color: #DE533C; }
a { background-color: rgb(222,83,60); }
div.DivClassName
{
background-color: #DE533C;
}
.BgClassName
{
background-color: #DE533C;
}
</style>
border-color css
<style>
span { border-color: #DE533C; }
span { border-color: rgb(222,83,60); }
td.TdClassName
{
border-color: #DE533C;
}
.TagClassName
{
border-color: #DE533C;
}
</style>