Shades of Crimson #E6012A
Tints of Crimson #E6012A
RGB
CMYK
RGB Variations
Color information
#E6012A (or 0xE6012A) is known color: Crimson. HEX triplet: E6, 01 and 2A. RGB value is (230,1,42). Sum of RGB (Red+Green+Blue) = 230+1+42=273 (36% of max value = 765). Red value is 230 (90.23% from 255 or 84.25% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 230 - color contains mainly: red. Hex color #E6012A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6012A is #19FED5. Grayscale: #4A4A4A. Windows color (decimal): -1703638 or 2752998. OLE color: 2752998.
HSL color Cylindrical-coordinate representation of color #E6012A: hue angle of 349.26º 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 #E6012A is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 42 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.10 |
| HSL | 349.26º | 0.99% | 0.45% | - |
| HSV(B) | 349.26º | 1% | 0.9% | - |
| XYZ | 33.06 | 17.01 | 3.73 | - |
| YUV | 74.15 | 109.87 | 239.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 42 | 0 | 1.00 | 0.82 | 0.10 | 349.26 | 0.99 | 0.45 |
| Hex | E6 | 1 | 2A | 0 | 64 | 52 | A | 15D | 63 | 2D |
| Octal | 346 | 1 | 52 | 0 | 144 | 122 | 12 | 535 | 143 | 55 |
| Binary | 11100110 | 1 | 101010 | 0 | 1100100 | 1010010 | 1010 | 101011101 | 1100011 | 101101 |
Color Harmonies of #E6012A
Complementary color
Monochromatic Colors of #E6012A
Black with #E6012A
Text Example
Text Example
White with #E6012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6012A; }
p { color: rgb(230,1,42); }
H1.HeaderClassName
{
color: #E6012A;
}
.AnyTagClassName
{
color: #E6012A;
}
</style>
background-color css
<style>
a { background-color: #E6012A; }
a { background-color: rgb(230,1,42); }
div.DivClassName
{
background-color: #E6012A;
}
.BgClassName
{
background-color: #E6012A;
}
</style>
border-color css
<style>
span { border-color: #E6012A; }
span { border-color: rgb(230,1,42); }
td.TdClassName
{
border-color: #E6012A;
}
.TagClassName
{
border-color: #E6012A;
}
</style>