Shades of Crimson #DE0546
Tints of Crimson #DE0546
RGB
CMYK
RGB Variations
Color information
#DE0546 (or 0xDE0546) is known color: Crimson. HEX triplet: DE, 05 and 46. RGB value is (222,5,70). Sum of RGB (Red+Green+Blue) = 222+5+70=297 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.75% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0546 is #21FAB9. Grayscale: #4D4D4D. Windows color (decimal): -2226874 or 4589022. OLE color: 4589022.
HSL color Cylindrical-coordinate representation of color #DE0546: hue angle of 342.03º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE0546 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 5 | 70 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.13 |
| HSL | 342.03º | 0.96% | 0.45% | - |
| HSV(B) | 342.03º | 0.98% | 0.87% | - |
| XYZ | 31.28 | 16.08 | 7.25 | - |
| YUV | 77.29 | 123.89 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 5 | 70 | 0 | 0.98 | 0.68 | 0.13 | 342.03 | 0.96 | 0.45 |
| Hex | DE | 5 | 46 | 0 | 62 | 44 | D | 156 | 60 | 2D |
| Octal | 336 | 5 | 106 | 0 | 142 | 104 | 15 | 526 | 140 | 55 |
| Binary | 11011110 | 101 | 1000110 | 0 | 1100010 | 1000100 | 1101 | 101010110 | 1100000 | 101101 |
Color Harmonies of #DE0546
Complementary color
Monochromatic Colors of #DE0546
Black with #DE0546
Text Example
Text Example
White with #DE0546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0546; }
p { color: rgb(222,5,70); }
H1.HeaderClassName
{
color: #DE0546;
}
.AnyTagClassName
{
color: #DE0546;
}
</style>
background-color css
<style>
a { background-color: #DE0546; }
a { background-color: rgb(222,5,70); }
div.DivClassName
{
background-color: #DE0546;
}
.BgClassName
{
background-color: #DE0546;
}
</style>
border-color css
<style>
span { border-color: #DE0546; }
span { border-color: rgb(222,5,70); }
td.TdClassName
{
border-color: #DE0546;
}
.TagClassName
{
border-color: #DE0546;
}
</style>