Shades of Crimson #E8013B
Tints of Crimson #E8013B
RGB
CMYK
RGB Variations
Color information
#E8013B (or 0xE8013B) is known color: Crimson. HEX triplet: E8, 01 and 3B. RGB value is (232,1,59). Sum of RGB (Red+Green+Blue) = 232+1+59=292 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.45% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 232 - color contains mainly: red. Hex color #E8013B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8013B is #17FEC4. Grayscale: #4C4C4C. Windows color (decimal): -1572549 or 3867112. OLE color: 3867112.
HSL color Cylindrical-coordinate representation of color #E8013B: hue angle of 344.94º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8013B is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 59 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.09 |
| HSL | 344.94º | 0.99% | 0.46% | - |
| HSV(B) | 344.94º | 1% | 0.91% | - |
| XYZ | 34.08 | 17.49 | 5.72 | - |
| YUV | 76.68 | 118.03 | 238.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 59 | 0 | 1.00 | 0.75 | 0.09 | 344.94 | 0.99 | 0.46 |
| Hex | E8 | 1 | 3B | 0 | 64 | 4B | 9 | 159 | 63 | 2E |
| Octal | 350 | 1 | 73 | 0 | 144 | 113 | 11 | 531 | 143 | 56 |
| Binary | 11101000 | 1 | 111011 | 0 | 1100100 | 1001011 | 1001 | 101011001 | 1100011 | 101110 |
Color Harmonies of #E8013B
Complementary color
Monochromatic Colors of #E8013B
Black with #E8013B
Text Example
Text Example
White with #E8013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8013B; }
p { color: rgb(232,1,59); }
H1.HeaderClassName
{
color: #E8013B;
}
.AnyTagClassName
{
color: #E8013B;
}
</style>
background-color css
<style>
a { background-color: #E8013B; }
a { background-color: rgb(232,1,59); }
div.DivClassName
{
background-color: #E8013B;
}
.BgClassName
{
background-color: #E8013B;
}
</style>
border-color css
<style>
span { border-color: #E8013B; }
span { border-color: rgb(232,1,59); }
td.TdClassName
{
border-color: #E8013B;
}
.TagClassName
{
border-color: #E8013B;
}
</style>