Shades of Crimson #DE0F3E
Tints of Crimson #DE0F3E
RGB
CMYK
RGB Variations
Color information
#DE0F3E (or 0xDE0F3E) is known color: Crimson. HEX triplet: DE, 0F and 3E. RGB value is (222,15,62). Sum of RGB (Red+Green+Blue) = 222+15+62=299 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.25% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0F3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0F3E is #21F0C1. Grayscale: #525252. Windows color (decimal): -2224322 or 4067294. OLE color: 4067294.
HSL color Cylindrical-coordinate representation of color #DE0F3E: hue angle of 346.38º 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 #DE0F3E is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 15 | 62 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.13 |
| HSL | 346.38º | 0.87% | 0.46% | - |
| HSV(B) | 346.38º | 0.93% | 0.87% | - |
| XYZ | 31.16 | 16.22 | 6.05 | - |
| YUV | 82.25 | 116.58 | 227.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 15 | 62 | 0 | 0.93 | 0.72 | 0.13 | 346.38 | 0.87 | 0.46 |
| Hex | DE | F | 3E | 0 | 5D | 48 | D | 15A | 57 | 2E |
| Octal | 336 | 17 | 76 | 0 | 135 | 110 | 15 | 532 | 127 | 56 |
| Binary | 11011110 | 1111 | 111110 | 0 | 1011101 | 1001000 | 1101 | 101011010 | 1010111 | 101110 |
Color Harmonies of #DE0F3E
Complementary color
Monochromatic Colors of #DE0F3E
Black with #DE0F3E
Text Example
Text Example
White with #DE0F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0F3E; }
p { color: rgb(222,15,62); }
H1.HeaderClassName
{
color: #DE0F3E;
}
.AnyTagClassName
{
color: #DE0F3E;
}
</style>
background-color css
<style>
a { background-color: #DE0F3E; }
a { background-color: rgb(222,15,62); }
div.DivClassName
{
background-color: #DE0F3E;
}
.BgClassName
{
background-color: #DE0F3E;
}
</style>
border-color css
<style>
span { border-color: #DE0F3E; }
span { border-color: rgb(222,15,62); }
td.TdClassName
{
border-color: #DE0F3E;
}
.TagClassName
{
border-color: #DE0F3E;
}
</style>