Shades of Cinnabar #DE362D
Tints of Cinnabar #DE362D
RGB
CMYK
RGB Variations
Color information
#DE362D (or 0xDE362D) is known color: Cinnabar. HEX triplet: DE, 36 and 2D. RGB value is (222,54,45). Sum of RGB (Red+Green+Blue) = 222+54+45=321 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.16% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 222 - color contains mainly: red. Hex color #DE362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE362D is #21C9D2. Grayscale: #676767. Windows color (decimal): -2214355 or 2963166. OLE color: 2963166.
HSL color Cylindrical-coordinate representation of color #DE362D: hue angle of 3.05º 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 #DE362D is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 54 | 45 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.13 |
| HSL | 3.05º | 0.73% | 0.52% | - |
| HSV(B) | 3.05º | 0.8% | 0.87% | - |
| XYZ | 31.92 | 18.36 | 4.34 | - |
| YUV | 103.21 | 95.16 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 54 | 45 | 0 | 0.76 | 0.80 | 0.13 | 3.05 | 0.73 | 0.52 |
| Hex | DE | 36 | 2D | 0 | 4C | 50 | D | 3 | 49 | 34 |
| Octal | 336 | 66 | 55 | 0 | 114 | 120 | 15 | 3 | 111 | 64 |
| Binary | 11011110 | 110110 | 101101 | 0 | 1001100 | 1010000 | 1101 | 11 | 1001001 | 110100 |
Color Harmonies of #DE362D
Complementary color
Monochromatic Colors of #DE362D
Black with #DE362D
Text Example
Text Example
White with #DE362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE362D; }
p { color: rgb(222,54,45); }
H1.HeaderClassName
{
color: #DE362D;
}
.AnyTagClassName
{
color: #DE362D;
}
</style>
background-color css
<style>
a { background-color: #DE362D; }
a { background-color: rgb(222,54,45); }
div.DivClassName
{
background-color: #DE362D;
}
.BgClassName
{
background-color: #DE362D;
}
</style>
border-color css
<style>
span { border-color: #DE362D; }
span { border-color: rgb(222,54,45); }
td.TdClassName
{
border-color: #DE362D;
}
.TagClassName
{
border-color: #DE362D;
}
</style>