Shades of Crimson #E6013A
Tints of Crimson #E6013A
RGB
CMYK
RGB Variations
Color information
#E6013A (or 0xE6013A) is known color: Crimson. HEX triplet: E6, 01 and 3A. RGB value is (230,1,58). Sum of RGB (Red+Green+Blue) = 230+1+58=289 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.58% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 230 - color contains mainly: red. Hex color #E6013A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6013A is #19FEC5. Grayscale: #4B4B4B. Windows color (decimal): -1703622 or 3801574. OLE color: 3801574.
HSL color Cylindrical-coordinate representation of color #E6013A: hue angle of 345.07º 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 #E6013A is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 58 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.10 |
| HSL | 345.07º | 0.99% | 0.45% | - |
| HSV(B) | 345.07º | 1% | 0.9% | - |
| XYZ | 33.41 | 17.15 | 5.55 | - |
| YUV | 75.97 | 117.87 | 237.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 58 | 0 | 1.00 | 0.75 | 0.10 | 345.07 | 0.99 | 0.45 |
| Hex | E6 | 1 | 3A | 0 | 64 | 4B | A | 159 | 63 | 2D |
| Octal | 346 | 1 | 72 | 0 | 144 | 113 | 12 | 531 | 143 | 55 |
| Binary | 11100110 | 1 | 111010 | 0 | 1100100 | 1001011 | 1010 | 101011001 | 1100011 | 101101 |
Color Harmonies of #E6013A
Complementary color
Monochromatic Colors of #E6013A
Black with #E6013A
Text Example
Text Example
White with #E6013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6013A; }
p { color: rgb(230,1,58); }
H1.HeaderClassName
{
color: #E6013A;
}
.AnyTagClassName
{
color: #E6013A;
}
</style>
background-color css
<style>
a { background-color: #E6013A; }
a { background-color: rgb(230,1,58); }
div.DivClassName
{
background-color: #E6013A;
}
.BgClassName
{
background-color: #E6013A;
}
</style>
border-color css
<style>
span { border-color: #E6013A; }
span { border-color: rgb(230,1,58); }
td.TdClassName
{
border-color: #E6013A;
}
.TagClassName
{
border-color: #E6013A;
}
</style>