Shades of Crimson #DE1E45
Tints of Crimson #DE1E45
RGB
CMYK
RGB Variations
Color information
#DE1E45 (or 0xDE1E45) is known color: Crimson. HEX triplet: DE, 1E and 45. RGB value is (222,30,69). Sum of RGB (Red+Green+Blue) = 222+30+69=321 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.16% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1E45 is #21E1BA. Grayscale: #5B5B5B. Windows color (decimal): -2220475 or 4529886. OLE color: 4529886.
HSL color Cylindrical-coordinate representation of color #DE1E45: hue angle of 347.81º 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 #DE1E45 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 30 | 69 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.13 |
| HSL | 347.81º | 0.76% | 0.49% | - |
| HSV(B) | 347.81º | 0.86% | 0.87% | - |
| XYZ | 31.66 | 16.89 | 7.22 | - |
| YUV | 91.85 | 115.11 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 30 | 69 | 0 | 0.86 | 0.69 | 0.13 | 347.81 | 0.76 | 0.49 |
| Hex | DE | 1E | 45 | 0 | 56 | 45 | D | 15C | 4C | 31 |
| Octal | 336 | 36 | 105 | 0 | 126 | 105 | 15 | 534 | 114 | 61 |
| Binary | 11011110 | 11110 | 1000101 | 0 | 1010110 | 1000101 | 1101 | 101011100 | 1001100 | 110001 |
Color Harmonies of #DE1E45
Complementary color
Monochromatic Colors of #DE1E45
Black with #DE1E45
Text Example
Text Example
White with #DE1E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1E45; }
p { color: rgb(222,30,69); }
H1.HeaderClassName
{
color: #DE1E45;
}
.AnyTagClassName
{
color: #DE1E45;
}
</style>
background-color css
<style>
a { background-color: #DE1E45; }
a { background-color: rgb(222,30,69); }
div.DivClassName
{
background-color: #DE1E45;
}
.BgClassName
{
background-color: #DE1E45;
}
</style>
border-color css
<style>
span { border-color: #DE1E45; }
span { border-color: rgb(222,30,69); }
td.TdClassName
{
border-color: #DE1E45;
}
.TagClassName
{
border-color: #DE1E45;
}
</style>