Shades of Crimson #E61A41
Tints of Crimson #E61A41
RGB
CMYK
RGB Variations
Color information
#E61A41 (or 0xE61A41) is known color: Crimson. HEX triplet: E6, 1A and 41. RGB value is (230,26,65). Sum of RGB (Red+Green+Blue) = 230+26+65=321 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.65% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61A41 is #19E5BE. Grayscale: #5B5B5B. Windows color (decimal): -1697215 or 4266726. OLE color: 4266726.
HSL color Cylindrical-coordinate representation of color #E61A41: hue angle of 348.53º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61A41 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 65 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.10 |
| HSL | 348.53º | 0.8% | 0.5% | - |
| HSV(B) | 348.53º | 0.89% | 0.9% | - |
| XYZ | 33.96 | 17.94 | 6.67 | - |
| YUV | 91.44 | 113.09 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 65 | 0 | 0.89 | 0.72 | 0.10 | 348.53 | 0.8 | 0.5 |
| Hex | E6 | 1A | 41 | 0 | 59 | 48 | A | 15D | 50 | 32 |
| Octal | 346 | 32 | 101 | 0 | 131 | 110 | 12 | 535 | 120 | 62 |
| Binary | 11100110 | 11010 | 1000001 | 0 | 1011001 | 1001000 | 1010 | 101011101 | 1010000 | 110010 |
Color Harmonies of #E61A41
Complementary color
Monochromatic Colors of #E61A41
Black with #E61A41
Text Example
Text Example
White with #E61A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61A41; }
p { color: rgb(230,26,65); }
H1.HeaderClassName
{
color: #E61A41;
}
.AnyTagClassName
{
color: #E61A41;
}
</style>
background-color css
<style>
a { background-color: #E61A41; }
a { background-color: rgb(230,26,65); }
div.DivClassName
{
background-color: #E61A41;
}
.BgClassName
{
background-color: #E61A41;
}
</style>
border-color css
<style>
span { border-color: #E61A41; }
span { border-color: rgb(230,26,65); }
td.TdClassName
{
border-color: #E61A41;
}
.TagClassName
{
border-color: #E61A41;
}
</style>