Shades of Crimson #DE1046
Tints of Crimson #DE1046
RGB
CMYK
RGB Variations
Color information
#DE1046 (or 0xDE1046) is known color: Crimson. HEX triplet: DE, 10 and 46. RGB value is (222,16,70). Sum of RGB (Red+Green+Blue) = 222+16+70=308 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.08% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1046 is #21EFB9. Grayscale: #535353. Windows color (decimal): -2224058 or 4591838. OLE color: 4591838.
HSL color Cylindrical-coordinate representation of color #DE1046: hue angle of 344.27º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE1046 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 16 | 70 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.13 |
| HSL | 344.27º | 0.87% | 0.47% | - |
| HSV(B) | 344.27º | 0.93% | 0.87% | - |
| XYZ | 31.41 | 16.34 | 7.29 | - |
| YUV | 83.75 | 120.25 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 16 | 70 | 0 | 0.93 | 0.68 | 0.13 | 344.27 | 0.87 | 0.47 |
| Hex | DE | 10 | 46 | 0 | 5D | 44 | D | 158 | 57 | 2F |
| Octal | 336 | 20 | 106 | 0 | 135 | 104 | 15 | 530 | 127 | 57 |
| Binary | 11011110 | 10000 | 1000110 | 0 | 1011101 | 1000100 | 1101 | 101011000 | 1010111 | 101111 |
Color Harmonies of #DE1046
Complementary color
Monochromatic Colors of #DE1046
Black with #DE1046
Text Example
Text Example
White with #DE1046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1046; }
p { color: rgb(222,16,70); }
H1.HeaderClassName
{
color: #DE1046;
}
.AnyTagClassName
{
color: #DE1046;
}
</style>
background-color css
<style>
a { background-color: #DE1046; }
a { background-color: rgb(222,16,70); }
div.DivClassName
{
background-color: #DE1046;
}
.BgClassName
{
background-color: #DE1046;
}
</style>
border-color css
<style>
span { border-color: #DE1046; }
span { border-color: rgb(222,16,70); }
td.TdClassName
{
border-color: #DE1046;
}
.TagClassName
{
border-color: #DE1046;
}
</style>