Shades of Crimson #DE1935
Tints of Crimson #DE1935
RGB
CMYK
RGB Variations
Color information
#DE1935 (or 0xDE1935) is known color: Crimson. HEX triplet: DE, 19 and 35. RGB value is (222,25,53). Sum of RGB (Red+Green+Blue) = 222+25+53=300 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1935 is #21E6CA. Grayscale: #575757. Windows color (decimal): -2221771 or 3480030. OLE color: 3480030.
HSL color Cylindrical-coordinate representation of color #DE1935: hue angle of 351.47º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE1935 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 25 | 53 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.13 |
| HSL | 351.47º | 0.8% | 0.48% | - |
| HSV(B) | 351.47º | 0.89% | 0.87% | - |
| XYZ | 31.11 | 16.48 | 4.91 | - |
| YUV | 87.1 | 108.77 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 53 | 0 | 0.89 | 0.76 | 0.13 | 351.47 | 0.8 | 0.48 |
| Hex | DE | 19 | 35 | 0 | 59 | 4C | D | 15F | 50 | 30 |
| Octal | 336 | 31 | 65 | 0 | 131 | 114 | 15 | 537 | 120 | 60 |
| Binary | 11011110 | 11001 | 110101 | 0 | 1011001 | 1001100 | 1101 | 101011111 | 1010000 | 110000 |
Color Harmonies of #DE1935
Complementary color
Monochromatic Colors of #DE1935
Black with #DE1935
Text Example
Text Example
White with #DE1935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1935; }
p { color: rgb(222,25,53); }
H1.HeaderClassName
{
color: #DE1935;
}
.AnyTagClassName
{
color: #DE1935;
}
</style>
background-color css
<style>
a { background-color: #DE1935; }
a { background-color: rgb(222,25,53); }
div.DivClassName
{
background-color: #DE1935;
}
.BgClassName
{
background-color: #DE1935;
}
</style>
border-color css
<style>
span { border-color: #DE1935; }
span { border-color: rgb(222,25,53); }
td.TdClassName
{
border-color: #DE1935;
}
.TagClassName
{
border-color: #DE1935;
}
</style>