Shades of Crimson #DE002E
Tints of Crimson #DE002E
RGB
CMYK
RGB Variations
Color information
#DE002E (or 0xDE002E) is known color: Crimson. HEX triplet: DE, 00 and 2E. RGB value is (222,0,46). Sum of RGB (Red+Green+Blue) = 222+0+46=268 (35% of max value = 765). Red value is 222 (87.11% from 255 or 82.84% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 222 - color contains mainly: red. Hex color #DE002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE002E is #21FFD1. Grayscale: #474747. Windows color (decimal): -2228178 or 3014878. OLE color: 3014878.
HSL color Cylindrical-coordinate representation of color #DE002E: hue angle of 347.57º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE002E is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.79 | 0.13 |
| HSL | 347.57º | 1% | 0.44% | - |
| HSV(B) | 347.57º | 1% | 0.87% | - |
| XYZ | 30.62 | 15.73 | 4.01 | - |
| YUV | 71.62 | 113.55 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 46 | 0 | 1 | 0.79 | 0.13 | 347.57 | 1 | 0.44 |
| Hex | DE | 0 | 2E | 0 | 64 | 4F | D | 15C | 64 | 2C |
| Octal | 336 | 0 | 56 | 0 | 144 | 117 | 15 | 534 | 144 | 54 |
| Binary | 11011110 | 0 | 101110 | 0 | 1100100 | 1001111 | 1101 | 101011100 | 1100100 | 101100 |
Color Harmonies of #DE002E
Complementary color
Monochromatic Colors of #DE002E
Black with #DE002E
Text Example
Text Example
White with #DE002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE002E; }
p { color: rgb(222,0,46); }
H1.HeaderClassName
{
color: #DE002E;
}
.AnyTagClassName
{
color: #DE002E;
}
</style>
background-color css
<style>
a { background-color: #DE002E; }
a { background-color: rgb(222,0,46); }
div.DivClassName
{
background-color: #DE002E;
}
.BgClassName
{
background-color: #DE002E;
}
</style>
border-color css
<style>
span { border-color: #DE002E; }
span { border-color: rgb(222,0,46); }
td.TdClassName
{
border-color: #DE002E;
}
.TagClassName
{
border-color: #DE002E;
}
</style>