Shades of Crimson #DE1049
Tints of Crimson #DE1049
RGB
CMYK
RGB Variations
Color information
#DE1049 (or 0xDE1049) is known color: Crimson. HEX triplet: DE, 10 and 49. RGB value is (222,16,73). Sum of RGB (Red+Green+Blue) = 222+16+73=311 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.38% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1049 is #21EFB6. Grayscale: #545454. Windows color (decimal): -2224055 or 4788446. OLE color: 4788446.
HSL color Cylindrical-coordinate representation of color #DE1049: hue angle of 343.4º 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 #DE1049 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 16 | 73 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.13 |
| HSL | 343.4º | 0.87% | 0.47% | - |
| HSV(B) | 343.4º | 0.93% | 0.87% | - |
| XYZ | 31.51 | 16.38 | 7.8 | - |
| YUV | 84.09 | 121.75 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 16 | 73 | 0 | 0.93 | 0.67 | 0.13 | 343.4 | 0.87 | 0.47 |
| Hex | DE | 10 | 49 | 0 | 5D | 43 | D | 157 | 57 | 2F |
| Octal | 336 | 20 | 111 | 0 | 135 | 103 | 15 | 527 | 127 | 57 |
| Binary | 11011110 | 10000 | 1001001 | 0 | 1011101 | 1000011 | 1101 | 101010111 | 1010111 | 101111 |
Color Harmonies of #DE1049
Complementary color
Monochromatic Colors of #DE1049
Black with #DE1049
Text Example
Text Example
White with #DE1049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1049; }
p { color: rgb(222,16,73); }
H1.HeaderClassName
{
color: #DE1049;
}
.AnyTagClassName
{
color: #DE1049;
}
</style>
background-color css
<style>
a { background-color: #DE1049; }
a { background-color: rgb(222,16,73); }
div.DivClassName
{
background-color: #DE1049;
}
.BgClassName
{
background-color: #DE1049;
}
</style>
border-color css
<style>
span { border-color: #DE1049; }
span { border-color: rgb(222,16,73); }
td.TdClassName
{
border-color: #DE1049;
}
.TagClassName
{
border-color: #DE1049;
}
</style>