Shades of Crimson #DE1449
Tints of Crimson #DE1449
RGB
CMYK
RGB Variations
Color information
#DE1449 (or 0xDE1449) is known color: Crimson. HEX triplet: DE, 14 and 49. RGB value is (222,20,73). Sum of RGB (Red+Green+Blue) = 222+20+73=315 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.48% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1449 is #21EBB6. Grayscale: #565656. Windows color (decimal): -2223031 or 4789470. OLE color: 4789470.
HSL color Cylindrical-coordinate representation of color #DE1449: hue angle of 344.26º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE1449 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 73 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.13 |
| HSL | 344.26º | 0.83% | 0.47% | - |
| HSV(B) | 344.26º | 0.91% | 0.87% | - |
| XYZ | 31.58 | 16.51 | 7.83 | - |
| YUV | 86.44 | 120.42 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 73 | 0 | 0.91 | 0.67 | 0.13 | 344.26 | 0.83 | 0.47 |
| Hex | DE | 14 | 49 | 0 | 5B | 43 | D | 158 | 53 | 2F |
| Octal | 336 | 24 | 111 | 0 | 133 | 103 | 15 | 530 | 123 | 57 |
| Binary | 11011110 | 10100 | 1001001 | 0 | 1011011 | 1000011 | 1101 | 101011000 | 1010011 | 101111 |
Color Harmonies of #DE1449
Complementary color
Monochromatic Colors of #DE1449
Black with #DE1449
Text Example
Text Example
White with #DE1449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1449; }
p { color: rgb(222,20,73); }
H1.HeaderClassName
{
color: #DE1449;
}
.AnyTagClassName
{
color: #DE1449;
}
</style>
background-color css
<style>
a { background-color: #DE1449; }
a { background-color: rgb(222,20,73); }
div.DivClassName
{
background-color: #DE1449;
}
.BgClassName
{
background-color: #DE1449;
}
</style>
border-color css
<style>
span { border-color: #DE1449; }
span { border-color: rgb(222,20,73); }
td.TdClassName
{
border-color: #DE1449;
}
.TagClassName
{
border-color: #DE1449;
}
</style>