Shades of Crimson #DE1032
Tints of Crimson #DE1032
RGB
CMYK
RGB Variations
Color information
#DE1032 (or 0xDE1032) is known color: Crimson. HEX triplet: DE, 10 and 32. RGB value is (222,16,50). Sum of RGB (Red+Green+Blue) = 222+16+50=288 (38% of max value = 765). Red value is 222 (87.11% from 255 or 77.08% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1032 is #21EFCD. Grayscale: #515151. Windows color (decimal): -2224078 or 3281118. OLE color: 3281118.
HSL color Cylindrical-coordinate representation of color #DE1032: hue angle of 350.1º 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 #DE1032 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 16 | 50 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.13 |
| HSL | 350.1º | 0.87% | 0.47% | - |
| HSV(B) | 350.1º | 0.93% | 0.87% | - |
| XYZ | 30.89 | 16.13 | 4.5 | - |
| YUV | 81.47 | 110.25 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 16 | 50 | 0 | 0.93 | 0.77 | 0.13 | 350.1 | 0.87 | 0.47 |
| Hex | DE | 10 | 32 | 0 | 5D | 4D | D | 15E | 57 | 2F |
| Octal | 336 | 20 | 62 | 0 | 135 | 115 | 15 | 536 | 127 | 57 |
| Binary | 11011110 | 10000 | 110010 | 0 | 1011101 | 1001101 | 1101 | 101011110 | 1010111 | 101111 |
Color Harmonies of #DE1032
Complementary color
Monochromatic Colors of #DE1032
Black with #DE1032
Text Example
Text Example
White with #DE1032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1032; }
p { color: rgb(222,16,50); }
H1.HeaderClassName
{
color: #DE1032;
}
.AnyTagClassName
{
color: #DE1032;
}
</style>
background-color css
<style>
a { background-color: #DE1032; }
a { background-color: rgb(222,16,50); }
div.DivClassName
{
background-color: #DE1032;
}
.BgClassName
{
background-color: #DE1032;
}
</style>
border-color css
<style>
span { border-color: #DE1032; }
span { border-color: rgb(222,16,50); }
td.TdClassName
{
border-color: #DE1032;
}
.TagClassName
{
border-color: #DE1032;
}
</style>