Shades of Crimson #EA163E
Tints of Crimson #EA163E
RGB
CMYK
RGB Variations
Color information
#EA163E (or 0xEA163E) is known color: Crimson. HEX triplet: EA, 16 and 3E. RGB value is (234,22,62). Sum of RGB (Red+Green+Blue) = 234+22+62=318 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.58% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 234 - color contains mainly: red. Hex color #EA163E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA163E is #15E9C1. Grayscale: #5A5A5A. Windows color (decimal): -1436098 or 4069098. OLE color: 4069098.
HSL color Cylindrical-coordinate representation of color #EA163E: hue angle of 348.68º degrees, saturation: 0.83, 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 #EA163E is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 62 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.08 |
| HSL | 348.68º | 0.83% | 0.5% | - |
| HSV(B) | 348.68º | 0.91% | 0.92% | - |
| XYZ | 35.09 | 18.41 | 6.26 | - |
| YUV | 89.95 | 112.24 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 62 | 0 | 0.91 | 0.74 | 0.08 | 348.68 | 0.83 | 0.5 |
| Hex | EA | 16 | 3E | 0 | 5B | 4A | 8 | 15D | 53 | 32 |
| Octal | 352 | 26 | 76 | 0 | 133 | 112 | 10 | 535 | 123 | 62 |
| Binary | 11101010 | 10110 | 111110 | 0 | 1011011 | 1001010 | 1000 | 101011101 | 1010011 | 110010 |
Color Harmonies of #EA163E
Complementary color
Monochromatic Colors of #EA163E
Black with #EA163E
Text Example
Text Example
White with #EA163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA163E; }
p { color: rgb(234,22,62); }
H1.HeaderClassName
{
color: #EA163E;
}
.AnyTagClassName
{
color: #EA163E;
}
</style>
background-color css
<style>
a { background-color: #EA163E; }
a { background-color: rgb(234,22,62); }
div.DivClassName
{
background-color: #EA163E;
}
.BgClassName
{
background-color: #EA163E;
}
</style>
border-color css
<style>
span { border-color: #EA163E; }
span { border-color: rgb(234,22,62); }
td.TdClassName
{
border-color: #EA163E;
}
.TagClassName
{
border-color: #EA163E;
}
</style>