Shades of Crimson #DE1E41
Tints of Crimson #DE1E41
RGB
CMYK
RGB Variations
Color information
#DE1E41 (or 0xDE1E41) is known color: Crimson. HEX triplet: DE, 1E and 41. RGB value is (222,30,65). Sum of RGB (Red+Green+Blue) = 222+30+65=317 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.03% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1E41 is #21E1BE. Grayscale: #5B5B5B. Windows color (decimal): -2220479 or 4267742. OLE color: 4267742.
HSL color Cylindrical-coordinate representation of color #DE1E41: hue angle of 349.06º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1E41 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 30 | 65 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.13 |
| HSL | 349.06º | 0.76% | 0.49% | - |
| HSV(B) | 349.06º | 0.86% | 0.87% | - |
| XYZ | 31.54 | 16.84 | 6.59 | - |
| YUV | 91.4 | 113.11 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 30 | 65 | 0 | 0.86 | 0.71 | 0.13 | 349.06 | 0.76 | 0.49 |
| Hex | DE | 1E | 41 | 0 | 56 | 47 | D | 15D | 4C | 31 |
| Octal | 336 | 36 | 101 | 0 | 126 | 107 | 15 | 535 | 114 | 61 |
| Binary | 11011110 | 11110 | 1000001 | 0 | 1010110 | 1000111 | 1101 | 101011101 | 1001100 | 110001 |
Color Harmonies of #DE1E41
Complementary color
Monochromatic Colors of #DE1E41
Black with #DE1E41
Text Example
Text Example
White with #DE1E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1E41; }
p { color: rgb(222,30,65); }
H1.HeaderClassName
{
color: #DE1E41;
}
.AnyTagClassName
{
color: #DE1E41;
}
</style>
background-color css
<style>
a { background-color: #DE1E41; }
a { background-color: rgb(222,30,65); }
div.DivClassName
{
background-color: #DE1E41;
}
.BgClassName
{
background-color: #DE1E41;
}
</style>
border-color css
<style>
span { border-color: #DE1E41; }
span { border-color: rgb(222,30,65); }
td.TdClassName
{
border-color: #DE1E41;
}
.TagClassName
{
border-color: #DE1E41;
}
</style>