Shades of Crimson #DE1545
Tints of Crimson #DE1545
RGB
CMYK
RGB Variations
Color information
#DE1545 (or 0xDE1545) is known color: Crimson. HEX triplet: DE, 15 and 45. RGB value is (222,21,69). Sum of RGB (Red+Green+Blue) = 222+21+69=312 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.15% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1545 is #21EABA. Grayscale: #565656. Windows color (decimal): -2222779 or 4527582. OLE color: 4527582.
HSL color Cylindrical-coordinate representation of color #DE1545: hue angle of 345.67º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE1545 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 69 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.13 |
| HSL | 345.67º | 0.83% | 0.48% | - |
| HSV(B) | 345.67º | 0.91% | 0.87% | - |
| XYZ | 31.47 | 16.5 | 7.16 | - |
| YUV | 86.57 | 118.09 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 69 | 0 | 0.91 | 0.69 | 0.13 | 345.67 | 0.83 | 0.48 |
| Hex | DE | 15 | 45 | 0 | 5B | 45 | D | 15A | 53 | 30 |
| Octal | 336 | 25 | 105 | 0 | 133 | 105 | 15 | 532 | 123 | 60 |
| Binary | 11011110 | 10101 | 1000101 | 0 | 1011011 | 1000101 | 1101 | 101011010 | 1010011 | 110000 |
Color Harmonies of #DE1545
Complementary color
Monochromatic Colors of #DE1545
Black with #DE1545
Text Example
Text Example
White with #DE1545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1545; }
p { color: rgb(222,21,69); }
H1.HeaderClassName
{
color: #DE1545;
}
.AnyTagClassName
{
color: #DE1545;
}
</style>
background-color css
<style>
a { background-color: #DE1545; }
a { background-color: rgb(222,21,69); }
div.DivClassName
{
background-color: #DE1545;
}
.BgClassName
{
background-color: #DE1545;
}
</style>
border-color css
<style>
span { border-color: #DE1545; }
span { border-color: rgb(222,21,69); }
td.TdClassName
{
border-color: #DE1545;
}
.TagClassName
{
border-color: #DE1545;
}
</style>