Shades of Crimson #DE0040
Tints of Crimson #DE0040
RGB
CMYK
RGB Variations
Color information
#DE0040 (or 0xDE0040) is known color: Crimson. HEX triplet: DE, 00 and 40. RGB value is (222,0,64). Sum of RGB (Red+Green+Blue) = 222+0+64=286 (37% of max value = 765). Red value is 222 (87.11% from 255 or 77.62% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0040 is #21FFBF. Grayscale: #494949. Windows color (decimal): -2228160 or 4194526. OLE color: 4194526.
HSL color Cylindrical-coordinate representation of color #DE0040: hue angle of 342.7º 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 #DE0040 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.71 | 0.13 |
| HSL | 342.7º | 1% | 0.44% | - |
| HSV(B) | 342.7º | 1% | 0.87% | - |
| XYZ | 31.05 | 15.9 | 6.28 | - |
| YUV | 73.67 | 122.55 | 233.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 64 | 0 | 1 | 0.71 | 0.13 | 342.7 | 1 | 0.44 |
| Hex | DE | 0 | 40 | 0 | 64 | 47 | D | 157 | 64 | 2C |
| Octal | 336 | 0 | 100 | 0 | 144 | 107 | 15 | 527 | 144 | 54 |
| Binary | 11011110 | 0 | 1000000 | 0 | 1100100 | 1000111 | 1101 | 101010111 | 1100100 | 101100 |
Color Harmonies of #DE0040
Complementary color
Monochromatic Colors of #DE0040
Black with #DE0040
Text Example
Text Example
White with #DE0040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0040; }
p { color: rgb(222,0,64); }
H1.HeaderClassName
{
color: #DE0040;
}
.AnyTagClassName
{
color: #DE0040;
}
</style>
background-color css
<style>
a { background-color: #DE0040; }
a { background-color: rgb(222,0,64); }
div.DivClassName
{
background-color: #DE0040;
}
.BgClassName
{
background-color: #DE0040;
}
</style>
border-color css
<style>
span { border-color: #DE0040; }
span { border-color: rgb(222,0,64); }
td.TdClassName
{
border-color: #DE0040;
}
.TagClassName
{
border-color: #DE0040;
}
</style>