Shades of Crimson #DE1731
Tints of Crimson #DE1731
RGB
CMYK
RGB Variations
Color information
#DE1731 (or 0xDE1731) is known color: Crimson. HEX triplet: DE, 17 and 31. RGB value is (222,23,49). Sum of RGB (Red+Green+Blue) = 222+23+49=294 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.51% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1731 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1731 is #21E8CE. Grayscale: #555555. Windows color (decimal): -2222287 or 3217374. OLE color: 3217374.
HSL color Cylindrical-coordinate representation of color #DE1731: hue angle of 352.16º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE1731 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 49 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.13 |
| HSL | 352.16º | 0.81% | 0.48% | - |
| HSV(B) | 352.16º | 0.9% | 0.87% | - |
| XYZ | 30.98 | 16.36 | 4.43 | - |
| YUV | 85.47 | 107.43 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 49 | 0 | 0.90 | 0.78 | 0.13 | 352.16 | 0.81 | 0.48 |
| Hex | DE | 17 | 31 | 0 | 5A | 4E | D | 160 | 51 | 30 |
| Octal | 336 | 27 | 61 | 0 | 132 | 116 | 15 | 540 | 121 | 60 |
| Binary | 11011110 | 10111 | 110001 | 0 | 1011010 | 1001110 | 1101 | 101100000 | 1010001 | 110000 |
Color Harmonies of #DE1731
Complementary color
Monochromatic Colors of #DE1731
Black with #DE1731
Text Example
Text Example
White with #DE1731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1731; }
p { color: rgb(222,23,49); }
H1.HeaderClassName
{
color: #DE1731;
}
.AnyTagClassName
{
color: #DE1731;
}
</style>
background-color css
<style>
a { background-color: #DE1731; }
a { background-color: rgb(222,23,49); }
div.DivClassName
{
background-color: #DE1731;
}
.BgClassName
{
background-color: #DE1731;
}
</style>
border-color css
<style>
span { border-color: #DE1731; }
span { border-color: rgb(222,23,49); }
td.TdClassName
{
border-color: #DE1731;
}
.TagClassName
{
border-color: #DE1731;
}
</style>