Shades of Crimson #E00030
Tints of Crimson #E00030
RGB
CMYK
RGB Variations
Color information
#E00030 (or 0xE00030) is known color: Crimson. HEX triplet: E0, 00 and 30. RGB value is (224,0,48). Sum of RGB (Red+Green+Blue) = 224+0+48=272 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.35% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 224 - color contains mainly: red. Hex color #E00030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00030 is #1FFFCF. Grayscale: #484848. Windows color (decimal): -2097104 or 3145952. OLE color: 3145952.
HSL color Cylindrical-coordinate representation of color #E00030: hue angle of 347.14º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00030 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.79 | 0.12 |
| HSL | 347.14º | 1% | 0.44% | - |
| HSV(B) | 347.14º | 1% | 0.88% | - |
| XYZ | 31.27 | 16.06 | 4.25 | - |
| YUV | 72.45 | 114.21 | 236.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 48 | 0 | 1 | 0.79 | 0.12 | 347.14 | 1 | 0.44 |
| Hex | E0 | 0 | 30 | 0 | 64 | 4F | C | 15B | 64 | 2C |
| Octal | 340 | 0 | 60 | 0 | 144 | 117 | 14 | 533 | 144 | 54 |
| Binary | 11100000 | 0 | 110000 | 0 | 1100100 | 1001111 | 1100 | 101011011 | 1100100 | 101100 |
Color Harmonies of #E00030
Complementary color
Monochromatic Colors of #E00030
Black with #E00030
Text Example
Text Example
White with #E00030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00030; }
p { color: rgb(224,0,48); }
H1.HeaderClassName
{
color: #E00030;
}
.AnyTagClassName
{
color: #E00030;
}
</style>
background-color css
<style>
a { background-color: #E00030; }
a { background-color: rgb(224,0,48); }
div.DivClassName
{
background-color: #E00030;
}
.BgClassName
{
background-color: #E00030;
}
</style>
border-color css
<style>
span { border-color: #E00030; }
span { border-color: rgb(224,0,48); }
td.TdClassName
{
border-color: #E00030;
}
.TagClassName
{
border-color: #E00030;
}
</style>