Shades of Crimson #E6013E
Tints of Crimson #E6013E
RGB
CMYK
RGB Variations
Color information
#E6013E (or 0xE6013E) is known color: Crimson. HEX triplet: E6, 01 and 3E. RGB value is (230,1,62). Sum of RGB (Red+Green+Blue) = 230+1+62=293 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.50% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 230 - color contains mainly: red. Hex color #E6013E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6013E is #19FEC1. Grayscale: #4C4C4C. Windows color (decimal): -1703618 or 4063718. OLE color: 4063718.
HSL color Cylindrical-coordinate representation of color #E6013E: hue angle of 344.02º 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 #E6013E is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 62 | - |
| CMYK | 0 | 1.00 | 0.73 | 0.10 |
| HSL | 344.02º | 0.99% | 0.45% | - |
| HSV(B) | 344.02º | 1% | 0.9% | - |
| XYZ | 33.51 | 17.19 | 6.11 | - |
| YUV | 76.43 | 119.87 | 237.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 62 | 0 | 1.00 | 0.73 | 0.10 | 344.02 | 0.99 | 0.45 |
| Hex | E6 | 1 | 3E | 0 | 64 | 49 | A | 158 | 63 | 2D |
| Octal | 346 | 1 | 76 | 0 | 144 | 111 | 12 | 530 | 143 | 55 |
| Binary | 11100110 | 1 | 111110 | 0 | 1100100 | 1001001 | 1010 | 101011000 | 1100011 | 101101 |
Color Harmonies of #E6013E
Complementary color
Monochromatic Colors of #E6013E
Black with #E6013E
Text Example
Text Example
White with #E6013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6013E; }
p { color: rgb(230,1,62); }
H1.HeaderClassName
{
color: #E6013E;
}
.AnyTagClassName
{
color: #E6013E;
}
</style>
background-color css
<style>
a { background-color: #E6013E; }
a { background-color: rgb(230,1,62); }
div.DivClassName
{
background-color: #E6013E;
}
.BgClassName
{
background-color: #E6013E;
}
</style>
border-color css
<style>
span { border-color: #E6013E; }
span { border-color: rgb(230,1,62); }
td.TdClassName
{
border-color: #E6013E;
}
.TagClassName
{
border-color: #E6013E;
}
</style>