Shades of Crimson #E6122F
Tints of Crimson #E6122F
RGB
CMYK
RGB Variations
Color information
#E6122F (or 0xE6122F) is known color: Crimson. HEX triplet: E6, 12 and 2F. RGB value is (230,18,47). Sum of RGB (Red+Green+Blue) = 230+18+47=295 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.97% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 230 - color contains mainly: red. Hex color #E6122F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6122F is #19EDD0. Grayscale: #545454. Windows color (decimal): -1699281 or 3085030. OLE color: 3085030.
HSL color Cylindrical-coordinate representation of color #E6122F: hue angle of 351.79º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E6122F is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 47 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.10 |
| HSL | 351.79º | 0.85% | 0.49% | - |
| HSV(B) | 351.79º | 0.92% | 0.9% | - |
| XYZ | 33.36 | 17.46 | 4.3 | - |
| YUV | 84.69 | 106.74 | 231.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 47 | 0 | 0.92 | 0.80 | 0.10 | 351.79 | 0.85 | 0.49 |
| Hex | E6 | 12 | 2F | 0 | 5C | 50 | A | 160 | 55 | 31 |
| Octal | 346 | 22 | 57 | 0 | 134 | 120 | 12 | 540 | 125 | 61 |
| Binary | 11100110 | 10010 | 101111 | 0 | 1011100 | 1010000 | 1010 | 101100000 | 1010101 | 110001 |
Color Harmonies of #E6122F
Complementary color
Monochromatic Colors of #E6122F
Black with #E6122F
Text Example
Text Example
White with #E6122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6122F; }
p { color: rgb(230,18,47); }
H1.HeaderClassName
{
color: #E6122F;
}
.AnyTagClassName
{
color: #E6122F;
}
</style>
background-color css
<style>
a { background-color: #E6122F; }
a { background-color: rgb(230,18,47); }
div.DivClassName
{
background-color: #E6122F;
}
.BgClassName
{
background-color: #E6122F;
}
</style>
border-color css
<style>
span { border-color: #E6122F; }
span { border-color: rgb(230,18,47); }
td.TdClassName
{
border-color: #E6122F;
}
.TagClassName
{
border-color: #E6122F;
}
</style>