Shades of Crimson #DE0033
Tints of Crimson #DE0033
RGB
CMYK
RGB Variations
Color information
#DE0033 (or 0xDE0033) is known color: Crimson. HEX triplet: DE, 00 and 33. RGB value is (222,0,51). Sum of RGB (Red+Green+Blue) = 222+0+51=273 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.32% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0033 is #21FFCC. Grayscale: #484848. Windows color (decimal): -2228173 or 3342558. OLE color: 3342558.
HSL color Cylindrical-coordinate representation of color #DE0033: hue angle of 346.22º 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 #DE0033 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.77 | 0.13 |
| HSL | 346.22º | 1% | 0.44% | - |
| HSV(B) | 346.22º | 1% | 0.87% | - |
| XYZ | 30.72 | 15.77 | 4.56 | - |
| YUV | 72.19 | 116.05 | 234.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 51 | 0 | 1 | 0.77 | 0.13 | 346.22 | 1 | 0.44 |
| Hex | DE | 0 | 33 | 0 | 64 | 4D | D | 15A | 64 | 2C |
| Octal | 336 | 0 | 63 | 0 | 144 | 115 | 15 | 532 | 144 | 54 |
| Binary | 11011110 | 0 | 110011 | 0 | 1100100 | 1001101 | 1101 | 101011010 | 1100100 | 101100 |
Color Harmonies of #DE0033
Complementary color
Monochromatic Colors of #DE0033
Black with #DE0033
Text Example
Text Example
White with #DE0033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0033; }
p { color: rgb(222,0,51); }
H1.HeaderClassName
{
color: #DE0033;
}
.AnyTagClassName
{
color: #DE0033;
}
</style>
background-color css
<style>
a { background-color: #DE0033; }
a { background-color: rgb(222,0,51); }
div.DivClassName
{
background-color: #DE0033;
}
.BgClassName
{
background-color: #DE0033;
}
</style>
border-color css
<style>
span { border-color: #DE0033; }
span { border-color: rgb(222,0,51); }
td.TdClassName
{
border-color: #DE0033;
}
.TagClassName
{
border-color: #DE0033;
}
</style>