Shades of Crimson #E6122B
Tints of Crimson #E6122B
RGB
CMYK
RGB Variations
Color information
#E6122B (or 0xE6122B) is known color: Crimson. HEX triplet: E6, 12 and 2B. RGB value is (230,18,43). Sum of RGB (Red+Green+Blue) = 230+18+43=291 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.04% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 230 - color contains mainly: red. Hex color #E6122B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6122B is #19EDD4. Grayscale: #545454. Windows color (decimal): -1699285 or 2822886. OLE color: 2822886.
HSL color Cylindrical-coordinate representation of color #E6122B: hue angle of 352.92º 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 #E6122B is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 43 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.10 |
| HSL | 352.92º | 0.85% | 0.49% | - |
| HSV(B) | 352.92º | 0.92% | 0.9% | - |
| XYZ | 33.29 | 17.43 | 3.9 | - |
| YUV | 84.24 | 104.74 | 231.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 43 | 0 | 0.92 | 0.81 | 0.10 | 352.92 | 0.85 | 0.49 |
| Hex | E6 | 12 | 2B | 0 | 5C | 51 | A | 161 | 55 | 31 |
| Octal | 346 | 22 | 53 | 0 | 134 | 121 | 12 | 541 | 125 | 61 |
| Binary | 11100110 | 10010 | 101011 | 0 | 1011100 | 1010001 | 1010 | 101100001 | 1010101 | 110001 |
Color Harmonies of #E6122B
Complementary color
Monochromatic Colors of #E6122B
Black with #E6122B
Text Example
Text Example
White with #E6122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6122B; }
p { color: rgb(230,18,43); }
H1.HeaderClassName
{
color: #E6122B;
}
.AnyTagClassName
{
color: #E6122B;
}
</style>
background-color css
<style>
a { background-color: #E6122B; }
a { background-color: rgb(230,18,43); }
div.DivClassName
{
background-color: #E6122B;
}
.BgClassName
{
background-color: #E6122B;
}
</style>
border-color css
<style>
span { border-color: #E6122B; }
span { border-color: rgb(230,18,43); }
td.TdClassName
{
border-color: #E6122B;
}
.TagClassName
{
border-color: #E6122B;
}
</style>