Shades of Crimson #DE1633
Tints of Crimson #DE1633
RGB
CMYK
RGB Variations
Color information
#DE1633 (or 0xDE1633) is known color: Crimson. HEX triplet: DE, 16 and 33. RGB value is (222,22,51). Sum of RGB (Red+Green+Blue) = 222+22+51=295 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75.25% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1633 is #21E9CC. Grayscale: #555555. Windows color (decimal): -2222541 or 3348190. OLE color: 3348190.
HSL color Cylindrical-coordinate representation of color #DE1633: hue angle of 351.3º degrees, saturation: 0.82, 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 #DE1633 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 51 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.13 |
| HSL | 351.3º | 0.82% | 0.48% | - |
| HSV(B) | 351.3º | 0.9% | 0.87% | - |
| XYZ | 31.01 | 16.34 | 4.65 | - |
| YUV | 85.11 | 108.76 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 51 | 0 | 0.90 | 0.77 | 0.13 | 351.3 | 0.82 | 0.48 |
| Hex | DE | 16 | 33 | 0 | 5A | 4D | D | 15F | 52 | 30 |
| Octal | 336 | 26 | 63 | 0 | 132 | 115 | 15 | 537 | 122 | 60 |
| Binary | 11011110 | 10110 | 110011 | 0 | 1011010 | 1001101 | 1101 | 101011111 | 1010010 | 110000 |
Color Harmonies of #DE1633
Complementary color
Monochromatic Colors of #DE1633
Black with #DE1633
Text Example
Text Example
White with #DE1633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1633; }
p { color: rgb(222,22,51); }
H1.HeaderClassName
{
color: #DE1633;
}
.AnyTagClassName
{
color: #DE1633;
}
</style>
background-color css
<style>
a { background-color: #DE1633; }
a { background-color: rgb(222,22,51); }
div.DivClassName
{
background-color: #DE1633;
}
.BgClassName
{
background-color: #DE1633;
}
</style>
border-color css
<style>
span { border-color: #DE1633; }
span { border-color: rgb(222,22,51); }
td.TdClassName
{
border-color: #DE1633;
}
.TagClassName
{
border-color: #DE1633;
}
</style>