Shades of Crimson #DE0845
Tints of Crimson #DE0845
RGB
CMYK
RGB Variations
Color information
#DE0845 (or 0xDE0845) is known color: Crimson. HEX triplet: DE, 08 and 45. RGB value is (222,8,69). Sum of RGB (Red+Green+Blue) = 222+8+69=299 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.25% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0845 is #21F7BA. Grayscale: #4E4E4E. Windows color (decimal): -2226107 or 4524254. OLE color: 4524254.
HSL color Cylindrical-coordinate representation of color #DE0845: hue angle of 342.9º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE0845 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 8 | 69 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.13 |
| HSL | 342.9º | 0.93% | 0.45% | - |
| HSV(B) | 342.9º | 0.96% | 0.87% | - |
| XYZ | 31.29 | 16.13 | 7.1 | - |
| YUV | 78.94 | 122.4 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 8 | 69 | 0 | 0.96 | 0.69 | 0.13 | 342.9 | 0.93 | 0.45 |
| Hex | DE | 8 | 45 | 0 | 60 | 45 | D | 157 | 5D | 2D |
| Octal | 336 | 10 | 105 | 0 | 140 | 105 | 15 | 527 | 135 | 55 |
| Binary | 11011110 | 1000 | 1000101 | 0 | 1100000 | 1000101 | 1101 | 101010111 | 1011101 | 101101 |
Color Harmonies of #DE0845
Complementary color
Monochromatic Colors of #DE0845
Black with #DE0845
Text Example
Text Example
White with #DE0845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0845; }
p { color: rgb(222,8,69); }
H1.HeaderClassName
{
color: #DE0845;
}
.AnyTagClassName
{
color: #DE0845;
}
</style>
background-color css
<style>
a { background-color: #DE0845; }
a { background-color: rgb(222,8,69); }
div.DivClassName
{
background-color: #DE0845;
}
.BgClassName
{
background-color: #DE0845;
}
</style>
border-color css
<style>
span { border-color: #DE0845; }
span { border-color: rgb(222,8,69); }
td.TdClassName
{
border-color: #DE0845;
}
.TagClassName
{
border-color: #DE0845;
}
</style>