Shades of Crimson #E00F3F
Tints of Crimson #E00F3F
RGB
CMYK
RGB Variations
Color information
#E00F3F (or 0xE00F3F) is known color: Crimson. HEX triplet: E0, 0F and 3F. RGB value is (224,15,63). Sum of RGB (Red+Green+Blue) = 224+15+63=302 (40% of max value = 765). Red value is 224 (87.89% from 255 or 74.17% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00F3F is #1FF0C0. Grayscale: #525252. Windows color (decimal): -2093249 or 4132832. OLE color: 4132832.
HSL color Cylindrical-coordinate representation of color #E00F3F: hue angle of 346.22º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E00F3F is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 15 | 63 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.12 |
| HSL | 346.22º | 0.87% | 0.47% | - |
| HSV(B) | 346.22º | 0.93% | 0.88% | - |
| XYZ | 31.81 | 16.55 | 6.22 | - |
| YUV | 82.96 | 116.74 | 228.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 63 | 0 | 0.93 | 0.72 | 0.12 | 346.22 | 0.87 | 0.47 |
| Hex | E0 | F | 3F | 0 | 5D | 48 | C | 15A | 57 | 2F |
| Octal | 340 | 17 | 77 | 0 | 135 | 110 | 14 | 532 | 127 | 57 |
| Binary | 11100000 | 1111 | 111111 | 0 | 1011101 | 1001000 | 1100 | 101011010 | 1010111 | 101111 |
Color Harmonies of #E00F3F
Complementary color
Monochromatic Colors of #E00F3F
Black with #E00F3F
Text Example
Text Example
White with #E00F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00F3F; }
p { color: rgb(224,15,63); }
H1.HeaderClassName
{
color: #E00F3F;
}
.AnyTagClassName
{
color: #E00F3F;
}
</style>
background-color css
<style>
a { background-color: #E00F3F; }
a { background-color: rgb(224,15,63); }
div.DivClassName
{
background-color: #E00F3F;
}
.BgClassName
{
background-color: #E00F3F;
}
</style>
border-color css
<style>
span { border-color: #E00F3F; }
span { border-color: rgb(224,15,63); }
td.TdClassName
{
border-color: #E00F3F;
}
.TagClassName
{
border-color: #E00F3F;
}
</style>