Shades of Crimson #EA1233
Tints of Crimson #EA1233
RGB
CMYK
RGB Variations
Color information
#EA1233 (or 0xEA1233) is known color: Crimson. HEX triplet: EA, 12 and 33. RGB value is (234,18,51). Sum of RGB (Red+Green+Blue) = 234+18+51=303 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.23% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1233 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1233 is #15EDCC. Grayscale: #565656. Windows color (decimal): -1437133 or 3347178. OLE color: 3347178.
HSL color Cylindrical-coordinate representation of color #EA1233: hue angle of 350.83º 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 #EA1233 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 18 | 51 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.08 |
| HSL | 350.83º | 0.86% | 0.49% | - |
| HSV(B) | 350.83º | 0.92% | 0.92% | - |
| XYZ | 34.75 | 18.16 | 4.81 | - |
| YUV | 86.35 | 108.06 | 233.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 18 | 51 | 0 | 0.92 | 0.78 | 0.08 | 350.83 | 0.86 | 0.49 |
| Hex | EA | 12 | 33 | 0 | 5C | 4E | 8 | 15F | 56 | 31 |
| Octal | 352 | 22 | 63 | 0 | 134 | 116 | 10 | 537 | 126 | 61 |
| Binary | 11101010 | 10010 | 110011 | 0 | 1011100 | 1001110 | 1000 | 101011111 | 1010110 | 110001 |
Color Harmonies of #EA1233
Complementary color
Monochromatic Colors of #EA1233
Black with #EA1233
Text Example
Text Example
White with #EA1233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1233; }
p { color: rgb(234,18,51); }
H1.HeaderClassName
{
color: #EA1233;
}
.AnyTagClassName
{
color: #EA1233;
}
</style>
background-color css
<style>
a { background-color: #EA1233; }
a { background-color: rgb(234,18,51); }
div.DivClassName
{
background-color: #EA1233;
}
.BgClassName
{
background-color: #EA1233;
}
</style>
border-color css
<style>
span { border-color: #EA1233; }
span { border-color: rgb(234,18,51); }
td.TdClassName
{
border-color: #EA1233;
}
.TagClassName
{
border-color: #EA1233;
}
</style>