Shades of Crimson #E20341
Tints of Crimson #E20341
RGB
CMYK
RGB Variations
Color information
#E20341 (or 0xE20341) is known color: Crimson. HEX triplet: E2, 03 and 41. RGB value is (226,3,65). Sum of RGB (Red+Green+Blue) = 226+3+65=294 (38% of max value = 765). Red value is 226 (88.67% from 255 or 76.87% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 226 - color contains mainly: red. Hex color #E20341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20341 is #1DFCBE. Grayscale: #4C4C4C. Windows color (decimal): -1965247 or 4260834. OLE color: 4260834.
HSL color Cylindrical-coordinate representation of color #E20341: hue angle of 343.32º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E20341 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 65 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.11 |
| HSL | 343.32º | 0.97% | 0.45% | - |
| HSV(B) | 343.32º | 0.99% | 0.89% | - |
| XYZ | 32.35 | 16.62 | 6.5 | - |
| YUV | 76.75 | 121.38 | 234.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 65 | 0 | 0.99 | 0.71 | 0.11 | 343.32 | 0.97 | 0.45 |
| Hex | E2 | 3 | 41 | 0 | 63 | 47 | B | 157 | 61 | 2D |
| Octal | 342 | 3 | 101 | 0 | 143 | 107 | 13 | 527 | 141 | 55 |
| Binary | 11100010 | 11 | 1000001 | 0 | 1100011 | 1000111 | 1011 | 101010111 | 1100001 | 101101 |
Color Harmonies of #E20341
Complementary color
Monochromatic Colors of #E20341
Black with #E20341
Text Example
Text Example
White with #E20341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20341; }
p { color: rgb(226,3,65); }
H1.HeaderClassName
{
color: #E20341;
}
.AnyTagClassName
{
color: #E20341;
}
</style>
background-color css
<style>
a { background-color: #E20341; }
a { background-color: rgb(226,3,65); }
div.DivClassName
{
background-color: #E20341;
}
.BgClassName
{
background-color: #E20341;
}
</style>
border-color css
<style>
span { border-color: #E20341; }
span { border-color: rgb(226,3,65); }
td.TdClassName
{
border-color: #E20341;
}
.TagClassName
{
border-color: #E20341;
}
</style>