Shades of Crimson #E5164B
Tints of Crimson #E5164B
RGB
CMYK
RGB Variations
Color information
#E5164B (or 0xE5164B) is known color: Crimson. HEX triplet: E5, 16 and 4B. RGB value is (229,22,75). Sum of RGB (Red+Green+Blue) = 229+22+75=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E5164B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5164B is #1AE9B4. Grayscale: #595959. Windows color (decimal): -1763765 or 4921061. OLE color: 4921061.
HSL color Cylindrical-coordinate representation of color #E5164B: hue angle of 344.64º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5164B is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 75 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.10 |
| HSL | 344.64º | 0.82% | 0.49% | - |
| HSV(B) | 344.64º | 0.9% | 0.9% | - |
| XYZ | 33.87 | 17.74 | 8.3 | - |
| YUV | 89.94 | 119.58 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 75 | 0 | 0.90 | 0.67 | 0.10 | 344.64 | 0.82 | 0.49 |
| Hex | E5 | 16 | 4B | 0 | 5A | 43 | A | 159 | 52 | 31 |
| Octal | 345 | 26 | 113 | 0 | 132 | 103 | 12 | 531 | 122 | 61 |
| Binary | 11100101 | 10110 | 1001011 | 0 | 1011010 | 1000011 | 1010 | 101011001 | 1010010 | 110001 |
Color Harmonies of #E5164B
Complementary color
Monochromatic Colors of #E5164B
Black with #E5164B
Text Example
Text Example
White with #E5164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5164B; }
p { color: rgb(229,22,75); }
H1.HeaderClassName
{
color: #E5164B;
}
.AnyTagClassName
{
color: #E5164B;
}
</style>
background-color css
<style>
a { background-color: #E5164B; }
a { background-color: rgb(229,22,75); }
div.DivClassName
{
background-color: #E5164B;
}
.BgClassName
{
background-color: #E5164B;
}
</style>
border-color css
<style>
span { border-color: #E5164B; }
span { border-color: rgb(229,22,75); }
td.TdClassName
{
border-color: #E5164B;
}
.TagClassName
{
border-color: #E5164B;
}
</style>