Shades of Crimson #E60132
Tints of Crimson #E60132
RGB
CMYK
RGB Variations
Color information
#E60132 (or 0xE60132) is known color: Crimson. HEX triplet: E6, 01 and 32. RGB value is (230,1,50). Sum of RGB (Red+Green+Blue) = 230+1+50=281 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.85% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 230 - color contains mainly: red. Hex color #E60132 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60132 is #19FECD. Grayscale: #4B4B4B. Windows color (decimal): -1703630 or 3277286. OLE color: 3277286.
HSL color Cylindrical-coordinate representation of color #E60132: hue angle of 347.16º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60132 is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 50 | - |
| CMYK | 0 | 1.00 | 0.78 | 0.10 |
| HSL | 347.16º | 0.99% | 0.45% | - |
| HSV(B) | 347.16º | 1% | 0.9% | - |
| XYZ | 33.22 | 17.07 | 4.56 | - |
| YUV | 75.06 | 113.87 | 238.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 50 | 0 | 1.00 | 0.78 | 0.10 | 347.16 | 0.99 | 0.45 |
| Hex | E6 | 1 | 32 | 0 | 64 | 4E | A | 15B | 63 | 2D |
| Octal | 346 | 1 | 62 | 0 | 144 | 116 | 12 | 533 | 143 | 55 |
| Binary | 11100110 | 1 | 110010 | 0 | 1100100 | 1001110 | 1010 | 101011011 | 1100011 | 101101 |
Color Harmonies of #E60132
Complementary color
Monochromatic Colors of #E60132
Black with #E60132
Text Example
Text Example
White with #E60132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60132; }
p { color: rgb(230,1,50); }
H1.HeaderClassName
{
color: #E60132;
}
.AnyTagClassName
{
color: #E60132;
}
</style>
background-color css
<style>
a { background-color: #E60132; }
a { background-color: rgb(230,1,50); }
div.DivClassName
{
background-color: #E60132;
}
.BgClassName
{
background-color: #E60132;
}
</style>
border-color css
<style>
span { border-color: #E60132; }
span { border-color: rgb(230,1,50); }
td.TdClassName
{
border-color: #E60132;
}
.TagClassName
{
border-color: #E60132;
}
</style>