Shades of Crimson #DE0D2C
Tints of Crimson #DE0D2C
RGB
CMYK
RGB Variations
Color information
#DE0D2C (or 0xDE0D2C) is known color: Crimson. HEX triplet: DE, 0D and 2C. RGB value is (222,13,44). Sum of RGB (Red+Green+Blue) = 222+13+44=279 (36% of max value = 765). Red value is 222 (87.11% from 255 or 79.57% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0D2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0D2C is #21F2D3. Grayscale: #4F4F4F. Windows color (decimal): -2224852 or 2887134. OLE color: 2887134.
HSL color Cylindrical-coordinate representation of color #DE0D2C: hue angle of 351.1º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0D2C is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 13 | 44 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.13 |
| HSL | 351.1º | 0.89% | 0.46% | - |
| HSV(B) | 351.1º | 0.94% | 0.87% | - |
| XYZ | 30.72 | 16 | 3.85 | - |
| YUV | 79.03 | 108.24 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 13 | 44 | 0 | 0.94 | 0.80 | 0.13 | 351.1 | 0.89 | 0.46 |
| Hex | DE | D | 2C | 0 | 5E | 50 | D | 15F | 59 | 2E |
| Octal | 336 | 15 | 54 | 0 | 136 | 120 | 15 | 537 | 131 | 56 |
| Binary | 11011110 | 1101 | 101100 | 0 | 1011110 | 1010000 | 1101 | 101011111 | 1011001 | 101110 |
Color Harmonies of #DE0D2C
Complementary color
Monochromatic Colors of #DE0D2C
Black with #DE0D2C
Text Example
Text Example
White with #DE0D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0D2C; }
p { color: rgb(222,13,44); }
H1.HeaderClassName
{
color: #DE0D2C;
}
.AnyTagClassName
{
color: #DE0D2C;
}
</style>
background-color css
<style>
a { background-color: #DE0D2C; }
a { background-color: rgb(222,13,44); }
div.DivClassName
{
background-color: #DE0D2C;
}
.BgClassName
{
background-color: #DE0D2C;
}
</style>
border-color css
<style>
span { border-color: #DE0D2C; }
span { border-color: rgb(222,13,44); }
td.TdClassName
{
border-color: #DE0D2C;
}
.TagClassName
{
border-color: #DE0D2C;
}
</style>