Shades of Crimson #E5002B
Tints of Crimson #E5002B
RGB
CMYK
RGB Variations
Color information
#E5002B (or 0xE5002B) is known color: Crimson. HEX triplet: E5, 00 and 2B. RGB value is (229,0,43). Sum of RGB (Red+Green+Blue) = 229+0+43=272 (36% of max value = 765). Red value is 229 (89.84% from 255 or 84.19% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 229 - color contains mainly: red. Hex color #E5002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5002B is #1AFFD4. Grayscale: #494949. Windows color (decimal): -1769429 or 2818277. OLE color: 2818277.
HSL color Cylindrical-coordinate representation of color #E5002B: hue angle of 348.73º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5002B is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.81 | 0.10 |
| HSL | 348.73º | 1% | 0.45% | - |
| HSV(B) | 348.73º | 1% | 0.9% | - |
| XYZ | 32.75 | 16.83 | 3.81 | - |
| YUV | 73.37 | 110.87 | 239 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 43 | 0 | 1 | 0.81 | 0.10 | 348.73 | 1 | 0.45 |
| Hex | E5 | 0 | 2B | 0 | 64 | 51 | A | 15D | 64 | 2D |
| Octal | 345 | 0 | 53 | 0 | 144 | 121 | 12 | 535 | 144 | 55 |
| Binary | 11100101 | 0 | 101011 | 0 | 1100100 | 1010001 | 1010 | 101011101 | 1100100 | 101101 |
Color Harmonies of #E5002B
Complementary color
Monochromatic Colors of #E5002B
Black with #E5002B
Text Example
Text Example
White with #E5002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5002B; }
p { color: rgb(229,0,43); }
H1.HeaderClassName
{
color: #E5002B;
}
.AnyTagClassName
{
color: #E5002B;
}
</style>
background-color css
<style>
a { background-color: #E5002B; }
a { background-color: rgb(229,0,43); }
div.DivClassName
{
background-color: #E5002B;
}
.BgClassName
{
background-color: #E5002B;
}
</style>
border-color css
<style>
span { border-color: #E5002B; }
span { border-color: rgb(229,0,43); }
td.TdClassName
{
border-color: #E5002B;
}
.TagClassName
{
border-color: #E5002B;
}
</style>