Shades of Crimson #E20345
Tints of Crimson #E20345
RGB
CMYK
RGB Variations
Color information
#E20345 (or 0xE20345) is known color: Crimson. HEX triplet: E2, 03 and 45. RGB value is (226,3,69). Sum of RGB (Red+Green+Blue) = 226+3+69=298 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.84% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 226 - color contains mainly: red. Hex color #E20345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20345 is #1DFCBA. Grayscale: #4D4D4D. Windows color (decimal): -1965243 or 4522978. OLE color: 4522978.
HSL color Cylindrical-coordinate representation of color #E20345: hue angle of 342.24º 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 #E20345 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 69 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.11 |
| HSL | 342.24º | 0.97% | 0.45% | - |
| HSV(B) | 342.24º | 0.99% | 0.89% | - |
| XYZ | 32.47 | 16.66 | 7.14 | - |
| YUV | 77.2 | 123.38 | 234.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 69 | 0 | 0.99 | 0.69 | 0.11 | 342.24 | 0.97 | 0.45 |
| Hex | E2 | 3 | 45 | 0 | 63 | 45 | B | 156 | 61 | 2D |
| Octal | 342 | 3 | 105 | 0 | 143 | 105 | 13 | 526 | 141 | 55 |
| Binary | 11100010 | 11 | 1000101 | 0 | 1100011 | 1000101 | 1011 | 101010110 | 1100001 | 101101 |
Color Harmonies of #E20345
Complementary color
Monochromatic Colors of #E20345
Black with #E20345
Text Example
Text Example
White with #E20345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20345; }
p { color: rgb(226,3,69); }
H1.HeaderClassName
{
color: #E20345;
}
.AnyTagClassName
{
color: #E20345;
}
</style>
background-color css
<style>
a { background-color: #E20345; }
a { background-color: rgb(226,3,69); }
div.DivClassName
{
background-color: #E20345;
}
.BgClassName
{
background-color: #E20345;
}
</style>
border-color css
<style>
span { border-color: #E20345; }
span { border-color: rgb(226,3,69); }
td.TdClassName
{
border-color: #E20345;
}
.TagClassName
{
border-color: #E20345;
}
</style>