Shades of Crimson #E00C30
Tints of Crimson #E00C30
RGB
CMYK
RGB Variations
Color information
#E00C30 (or 0xE00C30) is known color: Crimson. HEX triplet: E0, 0C and 30. RGB value is (224,12,48). Sum of RGB (Red+Green+Blue) = 224+12+48=284 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.87% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00C30 is #1FF3CF. Grayscale: #4F4F4F. Windows color (decimal): -2094032 or 3149024. OLE color: 3149024.
HSL color Cylindrical-coordinate representation of color #E00C30: hue angle of 349.81º 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 #E00C30 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 48 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.12 |
| HSL | 349.81º | 0.9% | 0.46% | - |
| HSV(B) | 349.81º | 0.95% | 0.88% | - |
| XYZ | 31.41 | 16.32 | 4.29 | - |
| YUV | 79.49 | 110.24 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 48 | 0 | 0.95 | 0.79 | 0.12 | 349.81 | 0.9 | 0.46 |
| Hex | E0 | C | 30 | 0 | 5F | 4F | C | 15E | 5A | 2E |
| Octal | 340 | 14 | 60 | 0 | 137 | 117 | 14 | 536 | 132 | 56 |
| Binary | 11100000 | 1100 | 110000 | 0 | 1011111 | 1001111 | 1100 | 101011110 | 1011010 | 101110 |
Color Harmonies of #E00C30
Complementary color
Monochromatic Colors of #E00C30
Black with #E00C30
Text Example
Text Example
White with #E00C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00C30; }
p { color: rgb(224,12,48); }
H1.HeaderClassName
{
color: #E00C30;
}
.AnyTagClassName
{
color: #E00C30;
}
</style>
background-color css
<style>
a { background-color: #E00C30; }
a { background-color: rgb(224,12,48); }
div.DivClassName
{
background-color: #E00C30;
}
.BgClassName
{
background-color: #E00C30;
}
</style>
border-color css
<style>
span { border-color: #E00C30; }
span { border-color: rgb(224,12,48); }
td.TdClassName
{
border-color: #E00C30;
}
.TagClassName
{
border-color: #E00C30;
}
</style>