Shades of Crimson #E00C2A
Tints of Crimson #E00C2A
RGB
CMYK
RGB Variations
Color information
#E00C2A (or 0xE00C2A) is known color: Crimson. HEX triplet: E0, 0C and 2A. RGB value is (224,12,42). Sum of RGB (Red+Green+Blue) = 224+12+42=278 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.58% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00C2A is #1FF3D5. Grayscale: #4E4E4E. Windows color (decimal): -2094038 or 2755808. OLE color: 2755808.
HSL color Cylindrical-coordinate representation of color #E00C2A: hue angle of 351.51º 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 #E00C2A is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 42 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.12 |
| HSL | 351.51º | 0.9% | 0.46% | - |
| HSV(B) | 351.51º | 0.95% | 0.88% | - |
| XYZ | 31.29 | 16.28 | 3.68 | - |
| YUV | 78.81 | 107.24 | 231.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 42 | 0 | 0.95 | 0.81 | 0.12 | 351.51 | 0.9 | 0.46 |
| Hex | E0 | C | 2A | 0 | 5F | 51 | C | 160 | 5A | 2E |
| Octal | 340 | 14 | 52 | 0 | 137 | 121 | 14 | 540 | 132 | 56 |
| Binary | 11100000 | 1100 | 101010 | 0 | 1011111 | 1010001 | 1100 | 101100000 | 1011010 | 101110 |
Color Harmonies of #E00C2A
Complementary color
Monochromatic Colors of #E00C2A
Black with #E00C2A
Text Example
Text Example
White with #E00C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00C2A; }
p { color: rgb(224,12,42); }
H1.HeaderClassName
{
color: #E00C2A;
}
.AnyTagClassName
{
color: #E00C2A;
}
</style>
background-color css
<style>
a { background-color: #E00C2A; }
a { background-color: rgb(224,12,42); }
div.DivClassName
{
background-color: #E00C2A;
}
.BgClassName
{
background-color: #E00C2A;
}
</style>
border-color css
<style>
span { border-color: #E00C2A; }
span { border-color: rgb(224,12,42); }
td.TdClassName
{
border-color: #E00C2A;
}
.TagClassName
{
border-color: #E00C2A;
}
</style>