Shades of Crimson #DE002D
Tints of Crimson #DE002D
RGB
CMYK
RGB Variations
Color information
#DE002D (or 0xDE002D) is known color: Crimson. HEX triplet: DE, 00 and 2D. RGB value is (222,0,45). Sum of RGB (Red+Green+Blue) = 222+0+45=267 (35% of max value = 765). Red value is 222 (87.11% from 255 or 83.15% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 222 - color contains mainly: red. Hex color #DE002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE002D is #21FFD2. Grayscale: #474747. Windows color (decimal): -2228179 or 2949342. OLE color: 2949342.
HSL color Cylindrical-coordinate representation of color #DE002D: hue angle of 347.84º 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 #DE002D is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.80 | 0.13 |
| HSL | 347.84º | 1% | 0.44% | - |
| HSV(B) | 347.84º | 1% | 0.87% | - |
| XYZ | 30.6 | 15.72 | 3.9 | - |
| YUV | 71.51 | 113.05 | 235.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 45 | 0 | 1 | 0.80 | 0.13 | 347.84 | 1 | 0.44 |
| Hex | DE | 0 | 2D | 0 | 64 | 50 | D | 15C | 64 | 2C |
| Octal | 336 | 0 | 55 | 0 | 144 | 120 | 15 | 534 | 144 | 54 |
| Binary | 11011110 | 0 | 101101 | 0 | 1100100 | 1010000 | 1101 | 101011100 | 1100100 | 101100 |
Color Harmonies of #DE002D
Complementary color
Monochromatic Colors of #DE002D
Black with #DE002D
Text Example
Text Example
White with #DE002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE002D; }
p { color: rgb(222,0,45); }
H1.HeaderClassName
{
color: #DE002D;
}
.AnyTagClassName
{
color: #DE002D;
}
</style>
background-color css
<style>
a { background-color: #DE002D; }
a { background-color: rgb(222,0,45); }
div.DivClassName
{
background-color: #DE002D;
}
.BgClassName
{
background-color: #DE002D;
}
</style>
border-color css
<style>
span { border-color: #DE002D; }
span { border-color: rgb(222,0,45); }
td.TdClassName
{
border-color: #DE002D;
}
.TagClassName
{
border-color: #DE002D;
}
</style>