Shades of Crimson #EA153B
Tints of Crimson #EA153B
RGB
CMYK
RGB Variations
Color information
#EA153B (or 0xEA153B) is known color: Crimson. HEX triplet: EA, 15 and 3B. RGB value is (234,21,59). Sum of RGB (Red+Green+Blue) = 234+21+59=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA153B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA153B is #15EAC4. Grayscale: #595959. Windows color (decimal): -1436357 or 3872234. OLE color: 3872234.
HSL color Cylindrical-coordinate representation of color #EA153B: hue angle of 349.3º 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 #EA153B is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 59 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.08 |
| HSL | 349.3º | 0.84% | 0.5% | - |
| HSV(B) | 349.3º | 0.91% | 0.92% | - |
| XYZ | 34.99 | 18.34 | 5.83 | - |
| YUV | 89.02 | 111.07 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 59 | 0 | 0.91 | 0.75 | 0.08 | 349.3 | 0.84 | 0.5 |
| Hex | EA | 15 | 3B | 0 | 5B | 4B | 8 | 15D | 54 | 32 |
| Octal | 352 | 25 | 73 | 0 | 133 | 113 | 10 | 535 | 124 | 62 |
| Binary | 11101010 | 10101 | 111011 | 0 | 1011011 | 1001011 | 1000 | 101011101 | 1010100 | 110010 |
Color Harmonies of #EA153B
Complementary color
Monochromatic Colors of #EA153B
Black with #EA153B
Text Example
Text Example
White with #EA153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA153B; }
p { color: rgb(234,21,59); }
H1.HeaderClassName
{
color: #EA153B;
}
.AnyTagClassName
{
color: #EA153B;
}
</style>
background-color css
<style>
a { background-color: #EA153B; }
a { background-color: rgb(234,21,59); }
div.DivClassName
{
background-color: #EA153B;
}
.BgClassName
{
background-color: #EA153B;
}
</style>
border-color css
<style>
span { border-color: #EA153B; }
span { border-color: rgb(234,21,59); }
td.TdClassName
{
border-color: #EA153B;
}
.TagClassName
{
border-color: #EA153B;
}
</style>