Shades of Crimson #E0013B
Tints of Crimson #E0013B
RGB
CMYK
RGB Variations
Color information
#E0013B (or 0xE0013B) is known color: Crimson. HEX triplet: E0, 01 and 3B. RGB value is (224,1,59). Sum of RGB (Red+Green+Blue) = 224+1+59=284 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.87% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 224 - color contains mainly: red. Hex color #E0013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0013B is #1FFEC4. Grayscale: #4A4A4A. Windows color (decimal): -2096837 or 3867104. OLE color: 3867104.
HSL color Cylindrical-coordinate representation of color #E0013B: hue angle of 344.39º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0013B is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 59 | - |
| CMYK | 0 | 1.00 | 0.74 | 0.12 |
| HSL | 344.39º | 0.99% | 0.44% | - |
| HSV(B) | 344.39º | 1% | 0.88% | - |
| XYZ | 31.54 | 16.18 | 5.6 | - |
| YUV | 74.29 | 119.38 | 234.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 59 | 0 | 1.00 | 0.74 | 0.12 | 344.39 | 0.99 | 0.44 |
| Hex | E0 | 1 | 3B | 0 | 64 | 4A | C | 158 | 63 | 2C |
| Octal | 340 | 1 | 73 | 0 | 144 | 112 | 14 | 530 | 143 | 54 |
| Binary | 11100000 | 1 | 111011 | 0 | 1100100 | 1001010 | 1100 | 101011000 | 1100011 | 101100 |
Color Harmonies of #E0013B
Complementary color
Monochromatic Colors of #E0013B
Black with #E0013B
Text Example
Text Example
White with #E0013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0013B; }
p { color: rgb(224,1,59); }
H1.HeaderClassName
{
color: #E0013B;
}
.AnyTagClassName
{
color: #E0013B;
}
</style>
background-color css
<style>
a { background-color: #E0013B; }
a { background-color: rgb(224,1,59); }
div.DivClassName
{
background-color: #E0013B;
}
.BgClassName
{
background-color: #E0013B;
}
</style>
border-color css
<style>
span { border-color: #E0013B; }
span { border-color: rgb(224,1,59); }
td.TdClassName
{
border-color: #E0013B;
}
.TagClassName
{
border-color: #E0013B;
}
</style>