Shades of Crimson #DE0144
Tints of Crimson #DE0144
RGB
CMYK
RGB Variations
Color information
#DE0144 (or 0xDE0144) is known color: Crimson. HEX triplet: DE, 01 and 44. RGB value is (222,1,68). Sum of RGB (Red+Green+Blue) = 222+1+68=291 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.29% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0144 is #21FEBB. Grayscale: #4A4A4A. Windows color (decimal): -2227900 or 4456926. OLE color: 4456926.
HSL color Cylindrical-coordinate representation of color #DE0144: hue angle of 341.81º 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 #DE0144 is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 68 | - |
| CMYK | 0 | 1.00 | 0.69 | 0.13 |
| HSL | 341.81º | 0.99% | 0.44% | - |
| HSV(B) | 341.81º | 1% | 0.87% | - |
| XYZ | 31.18 | 15.97 | 6.91 | - |
| YUV | 74.72 | 124.22 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 68 | 0 | 1.00 | 0.69 | 0.13 | 341.81 | 0.99 | 0.44 |
| Hex | DE | 1 | 44 | 0 | 64 | 45 | D | 156 | 63 | 2C |
| Octal | 336 | 1 | 104 | 0 | 144 | 105 | 15 | 526 | 143 | 54 |
| Binary | 11011110 | 1 | 1000100 | 0 | 1100100 | 1000101 | 1101 | 101010110 | 1100011 | 101100 |
Color Harmonies of #DE0144
Complementary color
Monochromatic Colors of #DE0144
Black with #DE0144
Text Example
Text Example
White with #DE0144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0144; }
p { color: rgb(222,1,68); }
H1.HeaderClassName
{
color: #DE0144;
}
.AnyTagClassName
{
color: #DE0144;
}
</style>
background-color css
<style>
a { background-color: #DE0144; }
a { background-color: rgb(222,1,68); }
div.DivClassName
{
background-color: #DE0144;
}
.BgClassName
{
background-color: #DE0144;
}
</style>
border-color css
<style>
span { border-color: #DE0144; }
span { border-color: rgb(222,1,68); }
td.TdClassName
{
border-color: #DE0144;
}
.TagClassName
{
border-color: #DE0144;
}
</style>