Shades of Crimson #DE0529
Tints of Crimson #DE0529
RGB
CMYK
RGB Variations
Color information
#DE0529 (or 0xDE0529) is known color: Crimson. HEX triplet: DE, 05 and 29. RGB value is (222,5,41). Sum of RGB (Red+Green+Blue) = 222+5+41=268 (35% of max value = 765). Red value is 222 (87.11% from 255 or 82.84% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0529 is #21FAD6. Grayscale: #4A4A4A. Windows color (decimal): -2226903 or 2688478. OLE color: 2688478.
HSL color Cylindrical-coordinate representation of color #DE0529: hue angle of 350.05º 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 #DE0529 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 5 | 41 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.13 |
| HSL | 350.05º | 0.96% | 0.45% | - |
| HSV(B) | 350.05º | 0.98% | 0.87% | - |
| XYZ | 30.58 | 15.8 | 3.54 | - |
| YUV | 73.99 | 109.39 | 233.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 5 | 41 | 0 | 0.98 | 0.82 | 0.13 | 350.05 | 0.96 | 0.45 |
| Hex | DE | 5 | 29 | 0 | 62 | 52 | D | 15E | 60 | 2D |
| Octal | 336 | 5 | 51 | 0 | 142 | 122 | 15 | 536 | 140 | 55 |
| Binary | 11011110 | 101 | 101001 | 0 | 1100010 | 1010010 | 1101 | 101011110 | 1100000 | 101101 |
Color Harmonies of #DE0529
Complementary color
Monochromatic Colors of #DE0529
Black with #DE0529
Text Example
Text Example
White with #DE0529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0529; }
p { color: rgb(222,5,41); }
H1.HeaderClassName
{
color: #DE0529;
}
.AnyTagClassName
{
color: #DE0529;
}
</style>
background-color css
<style>
a { background-color: #DE0529; }
a { background-color: rgb(222,5,41); }
div.DivClassName
{
background-color: #DE0529;
}
.BgClassName
{
background-color: #DE0529;
}
</style>
border-color css
<style>
span { border-color: #DE0529; }
span { border-color: rgb(222,5,41); }
td.TdClassName
{
border-color: #DE0529;
}
.TagClassName
{
border-color: #DE0529;
}
</style>