Shades of Crimson #EA1033
Tints of Crimson #EA1033
RGB
CMYK
RGB Variations
Color information
#EA1033 (or 0xEA1033) is known color: Crimson. HEX triplet: EA, 10 and 33. RGB value is (234,16,51). Sum of RGB (Red+Green+Blue) = 234+16+51=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1033 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1033 is #15EFCC. Grayscale: #555555. Windows color (decimal): -1437645 or 3346666. OLE color: 3346666.
HSL color Cylindrical-coordinate representation of color #EA1033: hue angle of 350.37º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA1033 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 16 | 51 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.08 |
| HSL | 350.37º | 0.87% | 0.49% | - |
| HSV(B) | 350.37º | 0.93% | 0.92% | - |
| XYZ | 34.71 | 18.1 | 4.8 | - |
| YUV | 85.17 | 108.72 | 234.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 16 | 51 | 0 | 0.93 | 0.78 | 0.08 | 350.37 | 0.87 | 0.49 |
| Hex | EA | 10 | 33 | 0 | 5D | 4E | 8 | 15E | 57 | 31 |
| Octal | 352 | 20 | 63 | 0 | 135 | 116 | 10 | 536 | 127 | 61 |
| Binary | 11101010 | 10000 | 110011 | 0 | 1011101 | 1001110 | 1000 | 101011110 | 1010111 | 110001 |
Color Harmonies of #EA1033
Complementary color
Monochromatic Colors of #EA1033
Black with #EA1033
Text Example
Text Example
White with #EA1033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1033; }
p { color: rgb(234,16,51); }
H1.HeaderClassName
{
color: #EA1033;
}
.AnyTagClassName
{
color: #EA1033;
}
</style>
background-color css
<style>
a { background-color: #EA1033; }
a { background-color: rgb(234,16,51); }
div.DivClassName
{
background-color: #EA1033;
}
.BgClassName
{
background-color: #EA1033;
}
</style>
border-color css
<style>
span { border-color: #EA1033; }
span { border-color: rgb(234,16,51); }
td.TdClassName
{
border-color: #EA1033;
}
.TagClassName
{
border-color: #EA1033;
}
</style>