Shades of Crimson #E6123C
Tints of Crimson #E6123C
RGB
CMYK
RGB Variations
Color information
#E6123C (or 0xE6123C) is known color: Crimson. HEX triplet: E6, 12 and 3C. RGB value is (230,18,60). Sum of RGB (Red+Green+Blue) = 230+18+60=308 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.68% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 230 - color contains mainly: red. Hex color #E6123C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6123C is #19EDC3. Grayscale: #565656. Windows color (decimal): -1699268 or 3936998. OLE color: 3936998.
HSL color Cylindrical-coordinate representation of color #E6123C: hue angle of 348.11º 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 #E6123C is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 60 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.10 |
| HSL | 348.11º | 0.85% | 0.49% | - |
| HSV(B) | 348.11º | 0.92% | 0.9% | - |
| XYZ | 33.67 | 17.58 | 5.89 | - |
| YUV | 86.18 | 113.24 | 230.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 60 | 0 | 0.92 | 0.74 | 0.10 | 348.11 | 0.85 | 0.49 |
| Hex | E6 | 12 | 3C | 0 | 5C | 4A | A | 15C | 55 | 31 |
| Octal | 346 | 22 | 74 | 0 | 134 | 112 | 12 | 534 | 125 | 61 |
| Binary | 11100110 | 10010 | 111100 | 0 | 1011100 | 1001010 | 1010 | 101011100 | 1010101 | 110001 |
Color Harmonies of #E6123C
Complementary color
Monochromatic Colors of #E6123C
Black with #E6123C
Text Example
Text Example
White with #E6123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6123C; }
p { color: rgb(230,18,60); }
H1.HeaderClassName
{
color: #E6123C;
}
.AnyTagClassName
{
color: #E6123C;
}
</style>
background-color css
<style>
a { background-color: #E6123C; }
a { background-color: rgb(230,18,60); }
div.DivClassName
{
background-color: #E6123C;
}
.BgClassName
{
background-color: #E6123C;
}
</style>
border-color css
<style>
span { border-color: #E6123C; }
span { border-color: rgb(230,18,60); }
td.TdClassName
{
border-color: #E6123C;
}
.TagClassName
{
border-color: #E6123C;
}
</style>