Shades of Crimson #E60327
Tints of Crimson #E60327
RGB
CMYK
RGB Variations
Color information
#E60327 (or 0xE60327) is known color: Crimson. HEX triplet: E6, 03 and 27. RGB value is (230,3,39). Sum of RGB (Red+Green+Blue) = 230+3+39=272 (36% of max value = 765). Red value is 230 (90.23% from 255 or 84.56% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 230 - color contains mainly: red. Hex color #E60327 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60327 is #19FCD8. Grayscale: #4B4B4B. Windows color (decimal): -1703129 or 2556902. OLE color: 2556902.
HSL color Cylindrical-coordinate representation of color #E60327: hue angle of 350.48º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60327 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 39 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.10 |
| HSL | 350.48º | 0.97% | 0.46% | - |
| HSV(B) | 350.48º | 0.99% | 0.9% | - |
| XYZ | 33.03 | 17.03 | 3.47 | - |
| YUV | 74.98 | 107.71 | 238.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 39 | 0 | 0.99 | 0.83 | 0.10 | 350.48 | 0.97 | 0.46 |
| Hex | E6 | 3 | 27 | 0 | 63 | 53 | A | 15E | 61 | 2E |
| Octal | 346 | 3 | 47 | 0 | 143 | 123 | 12 | 536 | 141 | 56 |
| Binary | 11100110 | 11 | 100111 | 0 | 1100011 | 1010011 | 1010 | 101011110 | 1100001 | 101110 |
Color Harmonies of #E60327
Complementary color
Monochromatic Colors of #E60327
Black with #E60327
Text Example
Text Example
White with #E60327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60327; }
p { color: rgb(230,3,39); }
H1.HeaderClassName
{
color: #E60327;
}
.AnyTagClassName
{
color: #E60327;
}
</style>
background-color css
<style>
a { background-color: #E60327; }
a { background-color: rgb(230,3,39); }
div.DivClassName
{
background-color: #E60327;
}
.BgClassName
{
background-color: #E60327;
}
</style>
border-color css
<style>
span { border-color: #E60327; }
span { border-color: rgb(230,3,39); }
td.TdClassName
{
border-color: #E60327;
}
.TagClassName
{
border-color: #E60327;
}
</style>