Shades of Crimson #E00F2D
Tints of Crimson #E00F2D
RGB
CMYK
RGB Variations
Color information
#E00F2D (or 0xE00F2D) is known color: Crimson. HEX triplet: E0, 0F and 2D. RGB value is (224,15,45). Sum of RGB (Red+Green+Blue) = 224+15+45=284 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.87% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00F2D is #1FF0D2. Grayscale: #515151. Windows color (decimal): -2093267 or 2953184. OLE color: 2953184.
HSL color Cylindrical-coordinate representation of color #E00F2D: hue angle of 351.39º 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 #E00F2D is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 15 | 45 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.12 |
| HSL | 351.39º | 0.87% | 0.47% | - |
| HSV(B) | 351.39º | 0.93% | 0.88% | - |
| XYZ | 31.38 | 16.38 | 3.99 | - |
| YUV | 80.91 | 107.74 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 45 | 0 | 0.93 | 0.80 | 0.12 | 351.39 | 0.87 | 0.47 |
| Hex | E0 | F | 2D | 0 | 5D | 50 | C | 15F | 57 | 2F |
| Octal | 340 | 17 | 55 | 0 | 135 | 120 | 14 | 537 | 127 | 57 |
| Binary | 11100000 | 1111 | 101101 | 0 | 1011101 | 1010000 | 1100 | 101011111 | 1010111 | 101111 |
Color Harmonies of #E00F2D
Complementary color
Monochromatic Colors of #E00F2D
Black with #E00F2D
Text Example
Text Example
White with #E00F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00F2D; }
p { color: rgb(224,15,45); }
H1.HeaderClassName
{
color: #E00F2D;
}
.AnyTagClassName
{
color: #E00F2D;
}
</style>
background-color css
<style>
a { background-color: #E00F2D; }
a { background-color: rgb(224,15,45); }
div.DivClassName
{
background-color: #E00F2D;
}
.BgClassName
{
background-color: #E00F2D;
}
</style>
border-color css
<style>
span { border-color: #E00F2D; }
span { border-color: rgb(224,15,45); }
td.TdClassName
{
border-color: #E00F2D;
}
.TagClassName
{
border-color: #E00F2D;
}
</style>