Shades of Crimson #EB123E
Tints of Crimson #EB123E
RGB
CMYK
RGB Variations
Color information
#EB123E (or 0xEB123E) is known color: Crimson. HEX triplet: EB, 12 and 3E. RGB value is (235,18,62). Sum of RGB (Red+Green+Blue) = 235+18+62=315 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.60% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 235 - color contains mainly: red. Hex color #EB123E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB123E is #14EDC1. Grayscale: #575757. Windows color (decimal): -1371586 or 4068075. OLE color: 4068075.
HSL color Cylindrical-coordinate representation of color #EB123E: hue angle of 347.83º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB123E is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 18 | 62 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.08 |
| HSL | 347.83º | 0.86% | 0.5% | - |
| HSV(B) | 347.83º | 0.92% | 0.92% | - |
| XYZ | 35.35 | 18.44 | 6.25 | - |
| YUV | 87.9 | 113.39 | 232.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 18 | 62 | 0 | 0.92 | 0.74 | 0.08 | 347.83 | 0.86 | 0.5 |
| Hex | EB | 12 | 3E | 0 | 5C | 4A | 8 | 15C | 56 | 32 |
| Octal | 353 | 22 | 76 | 0 | 134 | 112 | 10 | 534 | 126 | 62 |
| Binary | 11101011 | 10010 | 111110 | 0 | 1011100 | 1001010 | 1000 | 101011100 | 1010110 | 110010 |
Color Harmonies of #EB123E
Complementary color
Monochromatic Colors of #EB123E
Black with #EB123E
Text Example
Text Example
White with #EB123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB123E; }
p { color: rgb(235,18,62); }
H1.HeaderClassName
{
color: #EB123E;
}
.AnyTagClassName
{
color: #EB123E;
}
</style>
background-color css
<style>
a { background-color: #EB123E; }
a { background-color: rgb(235,18,62); }
div.DivClassName
{
background-color: #EB123E;
}
.BgClassName
{
background-color: #EB123E;
}
</style>
border-color css
<style>
span { border-color: #EB123E; }
span { border-color: rgb(235,18,62); }
td.TdClassName
{
border-color: #EB123E;
}
.TagClassName
{
border-color: #EB123E;
}
</style>