Shades of Crimson #DE1C46
Tints of Crimson #DE1C46
RGB
CMYK
RGB Variations
Color information
#DE1C46 (or 0xDE1C46) is known color: Crimson. HEX triplet: DE, 1C and 46. RGB value is (222,28,70). Sum of RGB (Red+Green+Blue) = 222+28+70=320 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.38% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1C46 is #21E3B9. Grayscale: #5A5A5A. Windows color (decimal): -2220986 or 4594910. OLE color: 4594910.
HSL color Cylindrical-coordinate representation of color #DE1C46: hue angle of 347.01º 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 #DE1C46 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 28 | 70 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.13 |
| HSL | 347.01º | 0.78% | 0.49% | - |
| HSV(B) | 347.01º | 0.87% | 0.87% | - |
| XYZ | 31.64 | 16.8 | 7.37 | - |
| YUV | 90.79 | 116.27 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 28 | 70 | 0 | 0.87 | 0.68 | 0.13 | 347.01 | 0.78 | 0.49 |
| Hex | DE | 1C | 46 | 0 | 57 | 44 | D | 15B | 4E | 31 |
| Octal | 336 | 34 | 106 | 0 | 127 | 104 | 15 | 533 | 116 | 61 |
| Binary | 11011110 | 11100 | 1000110 | 0 | 1010111 | 1000100 | 1101 | 101011011 | 1001110 | 110001 |
Color Harmonies of #DE1C46
Complementary color
Monochromatic Colors of #DE1C46
Black with #DE1C46
Text Example
Text Example
White with #DE1C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1C46; }
p { color: rgb(222,28,70); }
H1.HeaderClassName
{
color: #DE1C46;
}
.AnyTagClassName
{
color: #DE1C46;
}
</style>
background-color css
<style>
a { background-color: #DE1C46; }
a { background-color: rgb(222,28,70); }
div.DivClassName
{
background-color: #DE1C46;
}
.BgClassName
{
background-color: #DE1C46;
}
</style>
border-color css
<style>
span { border-color: #DE1C46; }
span { border-color: rgb(222,28,70); }
td.TdClassName
{
border-color: #DE1C46;
}
.TagClassName
{
border-color: #DE1C46;
}
</style>