Shades of Crimson #E00F2B
Tints of Crimson #E00F2B
RGB
CMYK
RGB Variations
Color information
#E00F2B (or 0xE00F2B) is known color: Crimson. HEX triplet: E0, 0F and 2B. RGB value is (224,15,43). Sum of RGB (Red+Green+Blue) = 224+15+43=282 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.43% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00F2B is #1FF0D4. Grayscale: #505050. Windows color (decimal): -2093269 or 2822112. OLE color: 2822112.
HSL color Cylindrical-coordinate representation of color #E00F2B: hue angle of 351.96º 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 #E00F2B is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 15 | 43 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.12 |
| HSL | 351.96º | 0.87% | 0.47% | - |
| HSV(B) | 351.96º | 0.93% | 0.88% | - |
| XYZ | 31.35 | 16.36 | 3.79 | - |
| YUV | 80.68 | 106.74 | 230.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 43 | 0 | 0.93 | 0.81 | 0.12 | 351.96 | 0.87 | 0.47 |
| Hex | E0 | F | 2B | 0 | 5D | 51 | C | 160 | 57 | 2F |
| Octal | 340 | 17 | 53 | 0 | 135 | 121 | 14 | 540 | 127 | 57 |
| Binary | 11100000 | 1111 | 101011 | 0 | 1011101 | 1010001 | 1100 | 101100000 | 1010111 | 101111 |
Color Harmonies of #E00F2B
Complementary color
Monochromatic Colors of #E00F2B
Black with #E00F2B
Text Example
Text Example
White with #E00F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00F2B; }
p { color: rgb(224,15,43); }
H1.HeaderClassName
{
color: #E00F2B;
}
.AnyTagClassName
{
color: #E00F2B;
}
</style>
background-color css
<style>
a { background-color: #E00F2B; }
a { background-color: rgb(224,15,43); }
div.DivClassName
{
background-color: #E00F2B;
}
.BgClassName
{
background-color: #E00F2B;
}
</style>
border-color css
<style>
span { border-color: #E00F2B; }
span { border-color: rgb(224,15,43); }
td.TdClassName
{
border-color: #E00F2B;
}
.TagClassName
{
border-color: #E00F2B;
}
</style>