Shades of Crimson #DE0841
Tints of Crimson #DE0841
RGB
CMYK
RGB Variations
Color information
#DE0841 (or 0xDE0841) is known color: Crimson. HEX triplet: DE, 08 and 41. RGB value is (222,8,65). Sum of RGB (Red+Green+Blue) = 222+8+65=295 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75.25% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0841 is #21F7BE. Grayscale: #4E4E4E. Windows color (decimal): -2226111 or 4262110. OLE color: 4262110.
HSL color Cylindrical-coordinate representation of color #DE0841: hue angle of 344.02º 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 #DE0841 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 8 | 65 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.13 |
| HSL | 344.02º | 0.93% | 0.45% | - |
| HSV(B) | 344.02º | 0.96% | 0.87% | - |
| XYZ | 31.17 | 16.08 | 6.46 | - |
| YUV | 78.48 | 120.4 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 8 | 65 | 0 | 0.96 | 0.71 | 0.13 | 344.02 | 0.93 | 0.45 |
| Hex | DE | 8 | 41 | 0 | 60 | 47 | D | 158 | 5D | 2D |
| Octal | 336 | 10 | 101 | 0 | 140 | 107 | 15 | 530 | 135 | 55 |
| Binary | 11011110 | 1000 | 1000001 | 0 | 1100000 | 1000111 | 1101 | 101011000 | 1011101 | 101101 |
Color Harmonies of #DE0841
Complementary color
Monochromatic Colors of #DE0841
Black with #DE0841
Text Example
Text Example
White with #DE0841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0841; }
p { color: rgb(222,8,65); }
H1.HeaderClassName
{
color: #DE0841;
}
.AnyTagClassName
{
color: #DE0841;
}
</style>
background-color css
<style>
a { background-color: #DE0841; }
a { background-color: rgb(222,8,65); }
div.DivClassName
{
background-color: #DE0841;
}
.BgClassName
{
background-color: #DE0841;
}
</style>
border-color css
<style>
span { border-color: #DE0841; }
span { border-color: rgb(222,8,65); }
td.TdClassName
{
border-color: #DE0841;
}
.TagClassName
{
border-color: #DE0841;
}
</style>