Shades of Crimson #E6122D
Tints of Crimson #E6122D
RGB
CMYK
RGB Variations
Color information
#E6122D (or 0xE6122D) is known color: Crimson. HEX triplet: E6, 12 and 2D. RGB value is (230,18,45). Sum of RGB (Red+Green+Blue) = 230+18+45=293 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.50% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 230 - color contains mainly: red. Hex color #E6122D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6122D is #19EDD2. Grayscale: #545454. Windows color (decimal): -1699283 or 2953958. OLE color: 2953958.
HSL color Cylindrical-coordinate representation of color #E6122D: hue angle of 352.36º 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 #E6122D is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 45 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.10 |
| HSL | 352.36º | 0.85% | 0.49% | - |
| HSV(B) | 352.36º | 0.92% | 0.9% | - |
| XYZ | 33.32 | 17.45 | 4.09 | - |
| YUV | 84.47 | 105.74 | 231.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 45 | 0 | 0.92 | 0.80 | 0.10 | 352.36 | 0.85 | 0.49 |
| Hex | E6 | 12 | 2D | 0 | 5C | 50 | A | 160 | 55 | 31 |
| Octal | 346 | 22 | 55 | 0 | 134 | 120 | 12 | 540 | 125 | 61 |
| Binary | 11100110 | 10010 | 101101 | 0 | 1011100 | 1010000 | 1010 | 101100000 | 1010101 | 110001 |
Color Harmonies of #E6122D
Complementary color
Monochromatic Colors of #E6122D
Black with #E6122D
Text Example
Text Example
White with #E6122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6122D; }
p { color: rgb(230,18,45); }
H1.HeaderClassName
{
color: #E6122D;
}
.AnyTagClassName
{
color: #E6122D;
}
</style>
background-color css
<style>
a { background-color: #E6122D; }
a { background-color: rgb(230,18,45); }
div.DivClassName
{
background-color: #E6122D;
}
.BgClassName
{
background-color: #E6122D;
}
</style>
border-color css
<style>
span { border-color: #E6122D; }
span { border-color: rgb(230,18,45); }
td.TdClassName
{
border-color: #E6122D;
}
.TagClassName
{
border-color: #E6122D;
}
</style>