Shades of Crimson #DE092A
Tints of Crimson #DE092A
RGB
CMYK
RGB Variations
Color information
#DE092A (or 0xDE092A) is known color: Crimson. HEX triplet: DE, 09 and 2A. RGB value is (222,9,42). Sum of RGB (Red+Green+Blue) = 222+9+42=273 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.32% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 222 - color contains mainly: red. Hex color #DE092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE092A is #21F6D5. Grayscale: #4C4C4C. Windows color (decimal): -2225878 or 2755038. OLE color: 2755038.
HSL color Cylindrical-coordinate representation of color #DE092A: hue angle of 350.7º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE092A is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 9 | 42 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.13 |
| HSL | 350.7º | 0.92% | 0.45% | - |
| HSV(B) | 350.7º | 0.96% | 0.87% | - |
| XYZ | 30.64 | 15.89 | 3.64 | - |
| YUV | 76.45 | 108.57 | 231.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 42 | 0 | 0.96 | 0.81 | 0.13 | 350.7 | 0.92 | 0.45 |
| Hex | DE | 9 | 2A | 0 | 60 | 51 | D | 15F | 5C | 2D |
| Octal | 336 | 11 | 52 | 0 | 140 | 121 | 15 | 537 | 134 | 55 |
| Binary | 11011110 | 1001 | 101010 | 0 | 1100000 | 1010001 | 1101 | 101011111 | 1011100 | 101101 |
Color Harmonies of #DE092A
Complementary color
Monochromatic Colors of #DE092A
Black with #DE092A
Text Example
Text Example
White with #DE092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE092A; }
p { color: rgb(222,9,42); }
H1.HeaderClassName
{
color: #DE092A;
}
.AnyTagClassName
{
color: #DE092A;
}
</style>
background-color css
<style>
a { background-color: #DE092A; }
a { background-color: rgb(222,9,42); }
div.DivClassName
{
background-color: #DE092A;
}
.BgClassName
{
background-color: #DE092A;
}
</style>
border-color css
<style>
span { border-color: #DE092A; }
span { border-color: rgb(222,9,42); }
td.TdClassName
{
border-color: #DE092A;
}
.TagClassName
{
border-color: #DE092A;
}
</style>