Shades of Crimson #EA1B43
Tints of Crimson #EA1B43
RGB
CMYK
RGB Variations
Color information
#EA1B43 (or 0xEA1B43) is known color: Crimson. HEX triplet: EA, 1B and 43. RGB value is (234,27,67). Sum of RGB (Red+Green+Blue) = 234+27+67=328 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.34% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1B43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1B43 is #15E4BC. Grayscale: #5D5D5D. Windows color (decimal): -1434813 or 4398058. OLE color: 4398058.
HSL color Cylindrical-coordinate representation of color #EA1B43: hue angle of 348.41º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1B43 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 27 | 67 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.08 |
| HSL | 348.41º | 0.83% | 0.51% | - |
| HSV(B) | 348.41º | 0.88% | 0.92% | - |
| XYZ | 35.34 | 18.68 | 7.05 | - |
| YUV | 93.45 | 113.08 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 27 | 67 | 0 | 0.88 | 0.71 | 0.08 | 348.41 | 0.83 | 0.51 |
| Hex | EA | 1B | 43 | 0 | 58 | 47 | 8 | 15C | 53 | 33 |
| Octal | 352 | 33 | 103 | 0 | 130 | 107 | 10 | 534 | 123 | 63 |
| Binary | 11101010 | 11011 | 1000011 | 0 | 1011000 | 1000111 | 1000 | 101011100 | 1010011 | 110011 |
Color Harmonies of #EA1B43
Complementary color
Monochromatic Colors of #EA1B43
Black with #EA1B43
Text Example
Text Example
White with #EA1B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1B43; }
p { color: rgb(234,27,67); }
H1.HeaderClassName
{
color: #EA1B43;
}
.AnyTagClassName
{
color: #EA1B43;
}
</style>
background-color css
<style>
a { background-color: #EA1B43; }
a { background-color: rgb(234,27,67); }
div.DivClassName
{
background-color: #EA1B43;
}
.BgClassName
{
background-color: #EA1B43;
}
</style>
border-color css
<style>
span { border-color: #EA1B43; }
span { border-color: rgb(234,27,67); }
td.TdClassName
{
border-color: #EA1B43;
}
.TagClassName
{
border-color: #EA1B43;
}
</style>