Shades of Crimson #DE0034
Tints of Crimson #DE0034
RGB
CMYK
RGB Variations
Color information
#DE0034 (or 0xDE0034) is known color: Crimson. HEX triplet: DE, 00 and 34. RGB value is (222,0,52). Sum of RGB (Red+Green+Blue) = 222+0+52=274 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.02% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0034 is #21FFCB. Grayscale: #484848. Windows color (decimal): -2228172 or 3408094. OLE color: 3408094.
HSL color Cylindrical-coordinate representation of color #DE0034: hue angle of 345.95º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0034 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.77 | 0.13 |
| HSL | 345.95º | 1% | 0.44% | - |
| HSV(B) | 345.95º | 1% | 0.87% | - |
| XYZ | 30.74 | 15.78 | 4.67 | - |
| YUV | 72.31 | 116.55 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 52 | 0 | 1 | 0.77 | 0.13 | 345.95 | 1 | 0.44 |
| Hex | DE | 0 | 34 | 0 | 64 | 4D | D | 15A | 64 | 2C |
| Octal | 336 | 0 | 64 | 0 | 144 | 115 | 15 | 532 | 144 | 54 |
| Binary | 11011110 | 0 | 110100 | 0 | 1100100 | 1001101 | 1101 | 101011010 | 1100100 | 101100 |
Color Harmonies of #DE0034
Complementary color
Monochromatic Colors of #DE0034
Black with #DE0034
Text Example
Text Example
White with #DE0034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0034; }
p { color: rgb(222,0,52); }
H1.HeaderClassName
{
color: #DE0034;
}
.AnyTagClassName
{
color: #DE0034;
}
</style>
background-color css
<style>
a { background-color: #DE0034; }
a { background-color: rgb(222,0,52); }
div.DivClassName
{
background-color: #DE0034;
}
.BgClassName
{
background-color: #DE0034;
}
</style>
border-color css
<style>
span { border-color: #DE0034; }
span { border-color: rgb(222,0,52); }
td.TdClassName
{
border-color: #DE0034;
}
.TagClassName
{
border-color: #DE0034;
}
</style>