Shades of Crimson #DE1C41
Tints of Crimson #DE1C41
RGB
CMYK
RGB Variations
Color information
#DE1C41 (or 0xDE1C41) is known color: Crimson. HEX triplet: DE, 1C and 41. RGB value is (222,28,65). Sum of RGB (Red+Green+Blue) = 222+28+65=315 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.48% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1C41 is #21E3BE. Grayscale: #5A5A5A. Windows color (decimal): -2220991 or 4267230. OLE color: 4267230.
HSL color Cylindrical-coordinate representation of color #DE1C41: hue angle of 348.56º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE1C41 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 28 | 65 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.13 |
| HSL | 348.56º | 0.78% | 0.49% | - |
| HSV(B) | 348.56º | 0.87% | 0.87% | - |
| XYZ | 31.49 | 16.74 | 6.57 | - |
| YUV | 90.22 | 113.77 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 28 | 65 | 0 | 0.87 | 0.71 | 0.13 | 348.56 | 0.78 | 0.49 |
| Hex | DE | 1C | 41 | 0 | 57 | 47 | D | 15D | 4E | 31 |
| Octal | 336 | 34 | 101 | 0 | 127 | 107 | 15 | 535 | 116 | 61 |
| Binary | 11011110 | 11100 | 1000001 | 0 | 1010111 | 1000111 | 1101 | 101011101 | 1001110 | 110001 |
Color Harmonies of #DE1C41
Complementary color
Monochromatic Colors of #DE1C41
Black with #DE1C41
Text Example
Text Example
White with #DE1C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1C41; }
p { color: rgb(222,28,65); }
H1.HeaderClassName
{
color: #DE1C41;
}
.AnyTagClassName
{
color: #DE1C41;
}
</style>
background-color css
<style>
a { background-color: #DE1C41; }
a { background-color: rgb(222,28,65); }
div.DivClassName
{
background-color: #DE1C41;
}
.BgClassName
{
background-color: #DE1C41;
}
</style>
border-color css
<style>
span { border-color: #DE1C41; }
span { border-color: rgb(222,28,65); }
td.TdClassName
{
border-color: #DE1C41;
}
.TagClassName
{
border-color: #DE1C41;
}
</style>