Shades of Crimson #EA1433
Tints of Crimson #EA1433
RGB
CMYK
RGB Variations
Color information
#EA1433 (or 0xEA1433) is known color: Crimson. HEX triplet: EA, 14 and 33. RGB value is (234,20,51). Sum of RGB (Red+Green+Blue) = 234+20+51=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1433 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1433 is #15EBCC. Grayscale: #575757. Windows color (decimal): -1436621 or 3347690. OLE color: 3347690.
HSL color Cylindrical-coordinate representation of color #EA1433: hue angle of 351.31º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1433 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 51 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.08 |
| HSL | 351.31º | 0.84% | 0.5% | - |
| HSV(B) | 351.31º | 0.91% | 0.92% | - |
| XYZ | 34.78 | 18.23 | 4.82 | - |
| YUV | 87.52 | 107.4 | 232.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 51 | 0 | 0.91 | 0.78 | 0.08 | 351.31 | 0.84 | 0.5 |
| Hex | EA | 14 | 33 | 0 | 5B | 4E | 8 | 15F | 54 | 32 |
| Octal | 352 | 24 | 63 | 0 | 133 | 116 | 10 | 537 | 124 | 62 |
| Binary | 11101010 | 10100 | 110011 | 0 | 1011011 | 1001110 | 1000 | 101011111 | 1010100 | 110010 |
Color Harmonies of #EA1433
Complementary color
Monochromatic Colors of #EA1433
Black with #EA1433
Text Example
Text Example
White with #EA1433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1433; }
p { color: rgb(234,20,51); }
H1.HeaderClassName
{
color: #EA1433;
}
.AnyTagClassName
{
color: #EA1433;
}
</style>
background-color css
<style>
a { background-color: #EA1433; }
a { background-color: rgb(234,20,51); }
div.DivClassName
{
background-color: #EA1433;
}
.BgClassName
{
background-color: #EA1433;
}
</style>
border-color css
<style>
span { border-color: #EA1433; }
span { border-color: rgb(234,20,51); }
td.TdClassName
{
border-color: #EA1433;
}
.TagClassName
{
border-color: #EA1433;
}
</style>