Shades of Crimson #DE1044
Tints of Crimson #DE1044
RGB
CMYK
RGB Variations
Color information
#DE1044 (or 0xDE1044) is known color: Crimson. HEX triplet: DE, 10 and 44. RGB value is (222,16,68). Sum of RGB (Red+Green+Blue) = 222+16+68=306 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.55% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1044 is #21EFBB. Grayscale: #535353. Windows color (decimal): -2224060 or 4460766. OLE color: 4460766.
HSL color Cylindrical-coordinate representation of color #DE1044: hue angle of 344.85º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE1044 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 16 | 68 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.13 |
| HSL | 344.85º | 0.87% | 0.47% | - |
| HSV(B) | 344.85º | 0.93% | 0.87% | - |
| XYZ | 31.35 | 16.32 | 6.97 | - |
| YUV | 83.52 | 119.25 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 16 | 68 | 0 | 0.93 | 0.69 | 0.13 | 344.85 | 0.87 | 0.47 |
| Hex | DE | 10 | 44 | 0 | 5D | 45 | D | 159 | 57 | 2F |
| Octal | 336 | 20 | 104 | 0 | 135 | 105 | 15 | 531 | 127 | 57 |
| Binary | 11011110 | 10000 | 1000100 | 0 | 1011101 | 1000101 | 1101 | 101011001 | 1010111 | 101111 |
Color Harmonies of #DE1044
Complementary color
Monochromatic Colors of #DE1044
Black with #DE1044
Text Example
Text Example
White with #DE1044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1044; }
p { color: rgb(222,16,68); }
H1.HeaderClassName
{
color: #DE1044;
}
.AnyTagClassName
{
color: #DE1044;
}
</style>
background-color css
<style>
a { background-color: #DE1044; }
a { background-color: rgb(222,16,68); }
div.DivClassName
{
background-color: #DE1044;
}
.BgClassName
{
background-color: #DE1044;
}
</style>
border-color css
<style>
span { border-color: #DE1044; }
span { border-color: rgb(222,16,68); }
td.TdClassName
{
border-color: #DE1044;
}
.TagClassName
{
border-color: #DE1044;
}
</style>