Shades of Crimson #E10341
Tints of Crimson #E10341
RGB
CMYK
RGB Variations
Color information
#E10341 (or 0xE10341) is known color: Crimson. HEX triplet: E1, 03 and 41. RGB value is (225,3,65). Sum of RGB (Red+Green+Blue) = 225+3+65=293 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.79% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 225 - color contains mainly: red. Hex color #E10341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10341 is #1EFCBE. Grayscale: #4C4C4C. Windows color (decimal): -2030783 or 4260833. OLE color: 4260833.
HSL color Cylindrical-coordinate representation of color #E10341: hue angle of 343.24º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10341 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 65 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.12 |
| HSL | 343.24º | 0.97% | 0.45% | - |
| HSV(B) | 343.24º | 0.99% | 0.88% | - |
| XYZ | 32.04 | 16.45 | 6.49 | - |
| YUV | 76.45 | 121.55 | 233.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 65 | 0 | 0.99 | 0.71 | 0.12 | 343.24 | 0.97 | 0.45 |
| Hex | E1 | 3 | 41 | 0 | 63 | 47 | C | 157 | 61 | 2D |
| Octal | 341 | 3 | 101 | 0 | 143 | 107 | 14 | 527 | 141 | 55 |
| Binary | 11100001 | 11 | 1000001 | 0 | 1100011 | 1000111 | 1100 | 101010111 | 1100001 | 101101 |
Color Harmonies of #E10341
Complementary color
Monochromatic Colors of #E10341
Black with #E10341
Text Example
Text Example
White with #E10341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10341; }
p { color: rgb(225,3,65); }
H1.HeaderClassName
{
color: #E10341;
}
.AnyTagClassName
{
color: #E10341;
}
</style>
background-color css
<style>
a { background-color: #E10341; }
a { background-color: rgb(225,3,65); }
div.DivClassName
{
background-color: #E10341;
}
.BgClassName
{
background-color: #E10341;
}
</style>
border-color css
<style>
span { border-color: #E10341; }
span { border-color: rgb(225,3,65); }
td.TdClassName
{
border-color: #E10341;
}
.TagClassName
{
border-color: #E10341;
}
</style>