Shades of Crimson #E6013B
Tints of Crimson #E6013B
RGB
CMYK
RGB Variations
Color information
#E6013B (or 0xE6013B) is known color: Crimson. HEX triplet: E6, 01 and 3B. RGB value is (230,1,59). Sum of RGB (Red+Green+Blue) = 230+1+59=290 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.31% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 230 - color contains mainly: red. Hex color #E6013B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6013B is #19FEC4. Grayscale: #4C4C4C. Windows color (decimal): -1703621 or 3867110. OLE color: 3867110.
HSL color Cylindrical-coordinate representation of color #E6013B: hue angle of 344.8º 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 #E6013B is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 59 | - |
| CMYK | 0 | 1.00 | 0.74 | 0.10 |
| HSL | 344.8º | 0.99% | 0.45% | - |
| HSV(B) | 344.8º | 1% | 0.9% | - |
| XYZ | 33.43 | 17.16 | 5.69 | - |
| YUV | 76.08 | 118.37 | 237.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 59 | 0 | 1.00 | 0.74 | 0.10 | 344.8 | 0.99 | 0.45 |
| Hex | E6 | 1 | 3B | 0 | 64 | 4A | A | 159 | 63 | 2D |
| Octal | 346 | 1 | 73 | 0 | 144 | 112 | 12 | 531 | 143 | 55 |
| Binary | 11100110 | 1 | 111011 | 0 | 1100100 | 1001010 | 1010 | 101011001 | 1100011 | 101101 |
Color Harmonies of #E6013B
Complementary color
Monochromatic Colors of #E6013B
Black with #E6013B
Text Example
Text Example
White with #E6013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6013B; }
p { color: rgb(230,1,59); }
H1.HeaderClassName
{
color: #E6013B;
}
.AnyTagClassName
{
color: #E6013B;
}
</style>
background-color css
<style>
a { background-color: #E6013B; }
a { background-color: rgb(230,1,59); }
div.DivClassName
{
background-color: #E6013B;
}
.BgClassName
{
background-color: #E6013B;
}
</style>
border-color css
<style>
span { border-color: #E6013B; }
span { border-color: rgb(230,1,59); }
td.TdClassName
{
border-color: #E6013B;
}
.TagClassName
{
border-color: #E6013B;
}
</style>