Shades of Crimson #DE1541
Tints of Crimson #DE1541
RGB
CMYK
RGB Variations
Color information
#DE1541 (or 0xDE1541) is known color: Crimson. HEX triplet: DE, 15 and 41. RGB value is (222,21,65). Sum of RGB (Red+Green+Blue) = 222+21+65=308 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.08% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1541 is #21EABE. Grayscale: #565656. Windows color (decimal): -2222783 or 4265438. OLE color: 4265438.
HSL color Cylindrical-coordinate representation of color #DE1541: hue angle of 346.87º 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 #DE1541 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 65 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.13 |
| HSL | 346.87º | 0.83% | 0.48% | - |
| HSV(B) | 346.87º | 0.91% | 0.87% | - |
| XYZ | 31.35 | 16.45 | 6.52 | - |
| YUV | 86.12 | 116.09 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 65 | 0 | 0.91 | 0.71 | 0.13 | 346.87 | 0.83 | 0.48 |
| Hex | DE | 15 | 41 | 0 | 5B | 47 | D | 15B | 53 | 30 |
| Octal | 336 | 25 | 101 | 0 | 133 | 107 | 15 | 533 | 123 | 60 |
| Binary | 11011110 | 10101 | 1000001 | 0 | 1011011 | 1000111 | 1101 | 101011011 | 1010011 | 110000 |
Color Harmonies of #DE1541
Complementary color
Monochromatic Colors of #DE1541
Black with #DE1541
Text Example
Text Example
White with #DE1541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1541; }
p { color: rgb(222,21,65); }
H1.HeaderClassName
{
color: #DE1541;
}
.AnyTagClassName
{
color: #DE1541;
}
</style>
background-color css
<style>
a { background-color: #DE1541; }
a { background-color: rgb(222,21,65); }
div.DivClassName
{
background-color: #DE1541;
}
.BgClassName
{
background-color: #DE1541;
}
</style>
border-color css
<style>
span { border-color: #DE1541; }
span { border-color: rgb(222,21,65); }
td.TdClassName
{
border-color: #DE1541;
}
.TagClassName
{
border-color: #DE1541;
}
</style>