Shades of Crimson #E00C2F
Tints of Crimson #E00C2F
RGB
CMYK
RGB Variations
Color information
#E00C2F (or 0xE00C2F) is known color: Crimson. HEX triplet: E0, 0C and 2F. RGB value is (224,12,47). Sum of RGB (Red+Green+Blue) = 224+12+47=283 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.15% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00C2F is #1FF3D0. Grayscale: #4F4F4F. Windows color (decimal): -2094033 or 3083488. OLE color: 3083488.
HSL color Cylindrical-coordinate representation of color #E00C2F: hue angle of 350.09º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00C2F is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 47 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.12 |
| HSL | 350.09º | 0.9% | 0.46% | - |
| HSV(B) | 350.09º | 0.95% | 0.88% | - |
| XYZ | 31.39 | 16.32 | 4.18 | - |
| YUV | 79.38 | 109.74 | 231.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 47 | 0 | 0.95 | 0.79 | 0.12 | 350.09 | 0.9 | 0.46 |
| Hex | E0 | C | 2F | 0 | 5F | 4F | C | 15E | 5A | 2E |
| Octal | 340 | 14 | 57 | 0 | 137 | 117 | 14 | 536 | 132 | 56 |
| Binary | 11100000 | 1100 | 101111 | 0 | 1011111 | 1001111 | 1100 | 101011110 | 1011010 | 101110 |
Color Harmonies of #E00C2F
Complementary color
Monochromatic Colors of #E00C2F
Black with #E00C2F
Text Example
Text Example
White with #E00C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00C2F; }
p { color: rgb(224,12,47); }
H1.HeaderClassName
{
color: #E00C2F;
}
.AnyTagClassName
{
color: #E00C2F;
}
</style>
background-color css
<style>
a { background-color: #E00C2F; }
a { background-color: rgb(224,12,47); }
div.DivClassName
{
background-color: #E00C2F;
}
.BgClassName
{
background-color: #E00C2F;
}
</style>
border-color css
<style>
span { border-color: #E00C2F; }
span { border-color: rgb(224,12,47); }
td.TdClassName
{
border-color: #E00C2F;
}
.TagClassName
{
border-color: #E00C2F;
}
</style>