Shades of Crimson #EA123B
Tints of Crimson #EA123B
RGB
CMYK
RGB Variations
Color information
#EA123B (or 0xEA123B) is known color: Crimson. HEX triplet: EA, 12 and 3B. RGB value is (234,18,59). Sum of RGB (Red+Green+Blue) = 234+18+59=311 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.24% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 234 - color contains mainly: red. Hex color #EA123B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA123B is #15EDC4. Grayscale: #575757. Windows color (decimal): -1437125 or 3871466. OLE color: 3871466.
HSL color Cylindrical-coordinate representation of color #EA123B: hue angle of 348.61º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA123B is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 18 | 59 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.08 |
| HSL | 348.61º | 0.86% | 0.49% | - |
| HSV(B) | 348.61º | 0.92% | 0.92% | - |
| XYZ | 34.94 | 18.24 | 5.82 | - |
| YUV | 87.26 | 112.06 | 232.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 18 | 59 | 0 | 0.92 | 0.75 | 0.08 | 348.61 | 0.86 | 0.49 |
| Hex | EA | 12 | 3B | 0 | 5C | 4B | 8 | 15D | 56 | 31 |
| Octal | 352 | 22 | 73 | 0 | 134 | 113 | 10 | 535 | 126 | 61 |
| Binary | 11101010 | 10010 | 111011 | 0 | 1011100 | 1001011 | 1000 | 101011101 | 1010110 | 110001 |
Color Harmonies of #EA123B
Complementary color
Monochromatic Colors of #EA123B
Black with #EA123B
Text Example
Text Example
White with #EA123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA123B; }
p { color: rgb(234,18,59); }
H1.HeaderClassName
{
color: #EA123B;
}
.AnyTagClassName
{
color: #EA123B;
}
</style>
background-color css
<style>
a { background-color: #EA123B; }
a { background-color: rgb(234,18,59); }
div.DivClassName
{
background-color: #EA123B;
}
.BgClassName
{
background-color: #EA123B;
}
</style>
border-color css
<style>
span { border-color: #EA123B; }
span { border-color: rgb(234,18,59); }
td.TdClassName
{
border-color: #EA123B;
}
.TagClassName
{
border-color: #EA123B;
}
</style>