Shades of Cinnabar #DE4925
Tints of Cinnabar #DE4925
RGB
CMYK
RGB Variations
Color information
#DE4925 (or 0xDE4925) is known color: Cinnabar. HEX triplet: DE, 49 and 25. RGB value is (222,73,37). Sum of RGB (Red+Green+Blue) = 222+73+37=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4925 is #21B6DA. Grayscale: #717171. Windows color (decimal): -2209499 or 2443742. OLE color: 2443742.
HSL color Cylindrical-coordinate representation of color #DE4925: hue angle of 11.68º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE4925 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 73 | 37 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.13 |
| HSL | 11.68º | 0.74% | 0.51% | - |
| HSV(B) | 11.68º | 0.83% | 0.87% | - |
| XYZ | 32.84 | 20.43 | 3.96 | - |
| YUV | 113.45 | 84.86 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 73 | 37 | 0 | 0.67 | 0.83 | 0.13 | 11.68 | 0.74 | 0.51 |
| Hex | DE | 49 | 25 | 0 | 43 | 53 | D | C | 4A | 33 |
| Octal | 336 | 111 | 45 | 0 | 103 | 123 | 15 | 14 | 112 | 63 |
| Binary | 11011110 | 1001001 | 100101 | 0 | 1000011 | 1010011 | 1101 | 1100 | 1001010 | 110011 |
Color Harmonies of #DE4925
Complementary color
Monochromatic Colors of #DE4925
Black with #DE4925
Text Example
Text Example
White with #DE4925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4925; }
p { color: rgb(222,73,37); }
H1.HeaderClassName
{
color: #DE4925;
}
.AnyTagClassName
{
color: #DE4925;
}
</style>
background-color css
<style>
a { background-color: #DE4925; }
a { background-color: rgb(222,73,37); }
div.DivClassName
{
background-color: #DE4925;
}
.BgClassName
{
background-color: #DE4925;
}
</style>
border-color css
<style>
span { border-color: #DE4925; }
span { border-color: rgb(222,73,37); }
td.TdClassName
{
border-color: #DE4925;
}
.TagClassName
{
border-color: #DE4925;
}
</style>