Shades of Crimson #DE0142
Tints of Crimson #DE0142
RGB
CMYK
RGB Variations
Color information
#DE0142 (or 0xDE0142) is known color: Crimson. HEX triplet: DE, 01 and 42. RGB value is (222,1,66). Sum of RGB (Red+Green+Blue) = 222+1+66=289 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.82% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0142 is #21FEBD. Grayscale: #4A4A4A. Windows color (decimal): -2227902 or 4325854. OLE color: 4325854.
HSL color Cylindrical-coordinate representation of color #DE0142: hue angle of 342.35º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0142 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 66 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.13 |
| HSL | 342.35º | 0.99% | 0.44% | - |
| HSV(B) | 342.35º | 1% | 0.87% | - |
| XYZ | 31.12 | 15.94 | 6.59 | - |
| YUV | 74.49 | 123.22 | 233.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 66 | 0 | 1.00 | 0.70 | 0.13 | 342.35 | 0.99 | 0.44 |
| Hex | DE | 1 | 42 | 0 | 64 | 46 | D | 156 | 63 | 2C |
| Octal | 336 | 1 | 102 | 0 | 144 | 106 | 15 | 526 | 143 | 54 |
| Binary | 11011110 | 1 | 1000010 | 0 | 1100100 | 1000110 | 1101 | 101010110 | 1100011 | 101100 |
Color Harmonies of #DE0142
Complementary color
Monochromatic Colors of #DE0142
Black with #DE0142
Text Example
Text Example
White with #DE0142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0142; }
p { color: rgb(222,1,66); }
H1.HeaderClassName
{
color: #DE0142;
}
.AnyTagClassName
{
color: #DE0142;
}
</style>
background-color css
<style>
a { background-color: #DE0142; }
a { background-color: rgb(222,1,66); }
div.DivClassName
{
background-color: #DE0142;
}
.BgClassName
{
background-color: #DE0142;
}
</style>
border-color css
<style>
span { border-color: #DE0142; }
span { border-color: rgb(222,1,66); }
td.TdClassName
{
border-color: #DE0142;
}
.TagClassName
{
border-color: #DE0142;
}
</style>