Shades of Crimson #DE0147
Tints of Crimson #DE0147
RGB
CMYK
RGB Variations
Color information
#DE0147 (or 0xDE0147) is known color: Crimson. HEX triplet: DE, 01 and 47. RGB value is (222,1,71). Sum of RGB (Red+Green+Blue) = 222+1+71=294 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.51% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0147 is #21FEB8. Grayscale: #4B4B4B. Windows color (decimal): -2227897 or 4653534. OLE color: 4653534.
HSL color Cylindrical-coordinate representation of color #DE0147: hue angle of 341º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0147 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 71 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.13 |
| HSL | 341º | 0.99% | 0.44% | - |
| HSV(B) | 341º | 1% | 0.87% | - |
| XYZ | 31.27 | 16.01 | 7.4 | - |
| YUV | 75.06 | 125.72 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 71 | 0 | 1.00 | 0.68 | 0.13 | 341 | 0.99 | 0.44 |
| Hex | DE | 1 | 47 | 0 | 64 | 44 | D | 155 | 63 | 2C |
| Octal | 336 | 1 | 107 | 0 | 144 | 104 | 15 | 525 | 143 | 54 |
| Binary | 11011110 | 1 | 1000111 | 0 | 1100100 | 1000100 | 1101 | 101010101 | 1100011 | 101100 |
Color Harmonies of #DE0147
Complementary color
Monochromatic Colors of #DE0147
Black with #DE0147
Text Example
Text Example
White with #DE0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0147; }
p { color: rgb(222,1,71); }
H1.HeaderClassName
{
color: #DE0147;
}
.AnyTagClassName
{
color: #DE0147;
}
</style>
background-color css
<style>
a { background-color: #DE0147; }
a { background-color: rgb(222,1,71); }
div.DivClassName
{
background-color: #DE0147;
}
.BgClassName
{
background-color: #DE0147;
}
</style>
border-color css
<style>
span { border-color: #DE0147; }
span { border-color: rgb(222,1,71); }
td.TdClassName
{
border-color: #DE0147;
}
.TagClassName
{
border-color: #DE0147;
}
</style>