Shades of Crimson #DE0F2E
Tints of Crimson #DE0F2E
RGB
CMYK
RGB Variations
Color information
#DE0F2E (or 0xDE0F2E) is known color: Crimson. HEX triplet: DE, 0F and 2E. RGB value is (222,15,46). Sum of RGB (Red+Green+Blue) = 222+15+46=283 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.45% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0F2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0F2E is #21F0D1. Grayscale: #505050. Windows color (decimal): -2224338 or 3018718. OLE color: 3018718.
HSL color Cylindrical-coordinate representation of color #DE0F2E: hue angle of 351.01º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE0F2E is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 15 | 46 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.13 |
| HSL | 351.01º | 0.87% | 0.46% | - |
| HSV(B) | 351.01º | 0.93% | 0.87% | - |
| XYZ | 30.79 | 16.07 | 4.06 | - |
| YUV | 80.43 | 108.58 | 228.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 15 | 46 | 0 | 0.93 | 0.79 | 0.13 | 351.01 | 0.87 | 0.46 |
| Hex | DE | F | 2E | 0 | 5D | 4F | D | 15F | 57 | 2E |
| Octal | 336 | 17 | 56 | 0 | 135 | 117 | 15 | 537 | 127 | 56 |
| Binary | 11011110 | 1111 | 101110 | 0 | 1011101 | 1001111 | 1101 | 101011111 | 1010111 | 101110 |
Color Harmonies of #DE0F2E
Complementary color
Monochromatic Colors of #DE0F2E
Black with #DE0F2E
Text Example
Text Example
White with #DE0F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0F2E; }
p { color: rgb(222,15,46); }
H1.HeaderClassName
{
color: #DE0F2E;
}
.AnyTagClassName
{
color: #DE0F2E;
}
</style>
background-color css
<style>
a { background-color: #DE0F2E; }
a { background-color: rgb(222,15,46); }
div.DivClassName
{
background-color: #DE0F2E;
}
.BgClassName
{
background-color: #DE0F2E;
}
</style>
border-color css
<style>
span { border-color: #DE0F2E; }
span { border-color: rgb(222,15,46); }
td.TdClassName
{
border-color: #DE0F2E;
}
.TagClassName
{
border-color: #DE0F2E;
}
</style>