Shades of Crimson #DE0D3C
Tints of Crimson #DE0D3C
RGB
CMYK
RGB Variations
Color information
#DE0D3C (or 0xDE0D3C) is known color: Crimson. HEX triplet: DE, 0D and 3C. RGB value is (222,13,60). Sum of RGB (Red+Green+Blue) = 222+13+60=295 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75.25% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0D3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0D3C is #21F2C3. Grayscale: #505050. Windows color (decimal): -2224836 or 3935710. OLE color: 3935710.
HSL color Cylindrical-coordinate representation of color #DE0D3C: hue angle of 346.51º 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 #DE0D3C is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 13 | 60 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.13 |
| HSL | 346.51º | 0.89% | 0.46% | - |
| HSV(B) | 346.51º | 0.94% | 0.87% | - |
| XYZ | 31.08 | 16.14 | 5.75 | - |
| YUV | 80.85 | 116.24 | 228.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 13 | 60 | 0 | 0.94 | 0.73 | 0.13 | 346.51 | 0.89 | 0.46 |
| Hex | DE | D | 3C | 0 | 5E | 49 | D | 15B | 59 | 2E |
| Octal | 336 | 15 | 74 | 0 | 136 | 111 | 15 | 533 | 131 | 56 |
| Binary | 11011110 | 1101 | 111100 | 0 | 1011110 | 1001001 | 1101 | 101011011 | 1011001 | 101110 |
Color Harmonies of #DE0D3C
Complementary color
Monochromatic Colors of #DE0D3C
Black with #DE0D3C
Text Example
Text Example
White with #DE0D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0D3C; }
p { color: rgb(222,13,60); }
H1.HeaderClassName
{
color: #DE0D3C;
}
.AnyTagClassName
{
color: #DE0D3C;
}
</style>
background-color css
<style>
a { background-color: #DE0D3C; }
a { background-color: rgb(222,13,60); }
div.DivClassName
{
background-color: #DE0D3C;
}
.BgClassName
{
background-color: #DE0D3C;
}
</style>
border-color css
<style>
span { border-color: #DE0D3C; }
span { border-color: rgb(222,13,60); }
td.TdClassName
{
border-color: #DE0D3C;
}
.TagClassName
{
border-color: #DE0D3C;
}
</style>