Shades of Cinnabar #DE3127
Tints of Cinnabar #DE3127
RGB
CMYK
RGB Variations
Color information
#DE3127 (or 0xDE3127) is known color: Cinnabar. HEX triplet: DE, 31 and 27. RGB value is (222,49,39). Sum of RGB (Red+Green+Blue) = 222+49+39=310 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.61% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3127 is #21CED8. Grayscale: #636363. Windows color (decimal): -2215641 or 2568670. OLE color: 2568670.
HSL color Cylindrical-coordinate representation of color #DE3127: hue angle of 3.28º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE3127 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 49 | 39 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.13 |
| HSL | 3.28º | 0.73% | 0.51% | - |
| HSV(B) | 3.28º | 0.82% | 0.87% | - |
| XYZ | 31.59 | 17.87 | 3.7 | - |
| YUV | 99.59 | 93.81 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 49 | 39 | 0 | 0.78 | 0.82 | 0.13 | 3.28 | 0.73 | 0.51 |
| Hex | DE | 31 | 27 | 0 | 4E | 52 | D | 3 | 49 | 33 |
| Octal | 336 | 61 | 47 | 0 | 116 | 122 | 15 | 3 | 111 | 63 |
| Binary | 11011110 | 110001 | 100111 | 0 | 1001110 | 1010010 | 1101 | 11 | 1001001 | 110011 |
Color Harmonies of #DE3127
Complementary color
Monochromatic Colors of #DE3127
Black with #DE3127
Text Example
Text Example
White with #DE3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3127; }
p { color: rgb(222,49,39); }
H1.HeaderClassName
{
color: #DE3127;
}
.AnyTagClassName
{
color: #DE3127;
}
</style>
background-color css
<style>
a { background-color: #DE3127; }
a { background-color: rgb(222,49,39); }
div.DivClassName
{
background-color: #DE3127;
}
.BgClassName
{
background-color: #DE3127;
}
</style>
border-color css
<style>
span { border-color: #DE3127; }
span { border-color: rgb(222,49,39); }
td.TdClassName
{
border-color: #DE3127;
}
.TagClassName
{
border-color: #DE3127;
}
</style>