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