Shades of Crimson #DE0934
Tints of Crimson #DE0934
RGB
CMYK
RGB Variations
Color information
#DE0934 (or 0xDE0934) is known color: Crimson. HEX triplet: DE, 09 and 34. RGB value is (222,9,52). Sum of RGB (Red+Green+Blue) = 222+9+52=283 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.45% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0934 is #21F6CB. Grayscale: #4D4D4D. Windows color (decimal): -2225868 or 3410398. OLE color: 3410398.
HSL color Cylindrical-coordinate representation of color #DE0934: hue angle of 347.89º degrees, saturation: 0.92, 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 #DE0934 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 9 | 52 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.13 |
| HSL | 347.89º | 0.92% | 0.45% | - |
| HSV(B) | 347.89º | 0.96% | 0.87% | - |
| XYZ | 30.84 | 15.97 | 4.71 | - |
| YUV | 77.59 | 113.57 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 52 | 0 | 0.96 | 0.77 | 0.13 | 347.89 | 0.92 | 0.45 |
| Hex | DE | 9 | 34 | 0 | 60 | 4D | D | 15C | 5C | 2D |
| Octal | 336 | 11 | 64 | 0 | 140 | 115 | 15 | 534 | 134 | 55 |
| Binary | 11011110 | 1001 | 110100 | 0 | 1100000 | 1001101 | 1101 | 101011100 | 1011100 | 101101 |
Color Harmonies of #DE0934
Complementary color
Monochromatic Colors of #DE0934
Black with #DE0934
Text Example
Text Example
White with #DE0934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0934; }
p { color: rgb(222,9,52); }
H1.HeaderClassName
{
color: #DE0934;
}
.AnyTagClassName
{
color: #DE0934;
}
</style>
background-color css
<style>
a { background-color: #DE0934; }
a { background-color: rgb(222,9,52); }
div.DivClassName
{
background-color: #DE0934;
}
.BgClassName
{
background-color: #DE0934;
}
</style>
border-color css
<style>
span { border-color: #DE0934; }
span { border-color: rgb(222,9,52); }
td.TdClassName
{
border-color: #DE0934;
}
.TagClassName
{
border-color: #DE0934;
}
</style>