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