Shades of Crimson #DE022F
Tints of Crimson #DE022F
RGB
CMYK
RGB Variations
Color information
#DE022F (or 0xDE022F) is known color: Crimson. HEX triplet: DE, 02 and 2F. RGB value is (222,2,47). Sum of RGB (Red+Green+Blue) = 222+2+47=271 (35% of max value = 765). Red value is 222 (87.11% from 255 or 81.92% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 222 - color contains mainly: red. Hex color #DE022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE022F is #21FDD0. Grayscale: #484848. Windows color (decimal): -2227665 or 3080926. OLE color: 3080926.
HSL color Cylindrical-coordinate representation of color #DE022F: hue angle of 347.73º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE022F is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 2 | 47 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.13 |
| HSL | 347.73º | 0.98% | 0.44% | - |
| HSV(B) | 347.73º | 0.99% | 0.87% | - |
| XYZ | 30.66 | 15.78 | 4.12 | - |
| YUV | 72.91 | 113.39 | 234.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 2 | 47 | 0 | 0.99 | 0.79 | 0.13 | 347.73 | 0.98 | 0.44 |
| Hex | DE | 2 | 2F | 0 | 63 | 4F | D | 15C | 62 | 2C |
| Octal | 336 | 2 | 57 | 0 | 143 | 117 | 15 | 534 | 142 | 54 |
| Binary | 11011110 | 10 | 101111 | 0 | 1100011 | 1001111 | 1101 | 101011100 | 1100010 | 101100 |
Color Harmonies of #DE022F
Complementary color
Monochromatic Colors of #DE022F
Black with #DE022F
Text Example
Text Example
White with #DE022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE022F; }
p { color: rgb(222,2,47); }
H1.HeaderClassName
{
color: #DE022F;
}
.AnyTagClassName
{
color: #DE022F;
}
</style>
background-color css
<style>
a { background-color: #DE022F; }
a { background-color: rgb(222,2,47); }
div.DivClassName
{
background-color: #DE022F;
}
.BgClassName
{
background-color: #DE022F;
}
</style>
border-color css
<style>
span { border-color: #DE022F; }
span { border-color: rgb(222,2,47); }
td.TdClassName
{
border-color: #DE022F;
}
.TagClassName
{
border-color: #DE022F;
}
</style>