Shades of Crimson #DE0534
Tints of Crimson #DE0534
RGB
CMYK
RGB Variations
Color information
#DE0534 (or 0xDE0534) is known color: Crimson. HEX triplet: DE, 05 and 34. RGB value is (222,5,52). Sum of RGB (Red+Green+Blue) = 222+5+52=279 (36% of max value = 765). Red value is 222 (87.11% from 255 or 79.57% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0534 is #21FACB. Grayscale: #4B4B4B. Windows color (decimal): -2226892 or 3409374. OLE color: 3409374.
HSL color Cylindrical-coordinate representation of color #DE0534: hue angle of 347º 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 #DE0534 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 5 | 52 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.13 |
| HSL | 347º | 0.96% | 0.45% | - |
| HSV(B) | 347º | 0.98% | 0.87% | - |
| XYZ | 30.8 | 15.89 | 4.69 | - |
| YUV | 75.24 | 114.89 | 232.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 5 | 52 | 0 | 0.98 | 0.77 | 0.13 | 347 | 0.96 | 0.45 |
| Hex | DE | 5 | 34 | 0 | 62 | 4D | D | 15B | 60 | 2D |
| Octal | 336 | 5 | 64 | 0 | 142 | 115 | 15 | 533 | 140 | 55 |
| Binary | 11011110 | 101 | 110100 | 0 | 1100010 | 1001101 | 1101 | 101011011 | 1100000 | 101101 |
Color Harmonies of #DE0534
Complementary color
Monochromatic Colors of #DE0534
Black with #DE0534
Text Example
Text Example
White with #DE0534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0534; }
p { color: rgb(222,5,52); }
H1.HeaderClassName
{
color: #DE0534;
}
.AnyTagClassName
{
color: #DE0534;
}
</style>
background-color css
<style>
a { background-color: #DE0534; }
a { background-color: rgb(222,5,52); }
div.DivClassName
{
background-color: #DE0534;
}
.BgClassName
{
background-color: #DE0534;
}
</style>
border-color css
<style>
span { border-color: #DE0534; }
span { border-color: rgb(222,5,52); }
td.TdClassName
{
border-color: #DE0534;
}
.TagClassName
{
border-color: #DE0534;
}
</style>