Shades of Crimson #E20630
Tints of Crimson #E20630
RGB
CMYK
RGB Variations
Color information
#E20630 (or 0xE20630) is known color: Crimson. HEX triplet: E2, 06 and 30. RGB value is (226,6,48). Sum of RGB (Red+Green+Blue) = 226+6+48=280 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.71% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 226 - color contains mainly: red. Hex color #E20630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20630 is #1DF9CF. Grayscale: #4C4C4C. Windows color (decimal): -1964496 or 3147490. OLE color: 3147490.
HSL color Cylindrical-coordinate representation of color #E20630: hue angle of 348.55º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E20630 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 48 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.11 |
| HSL | 348.55º | 0.95% | 0.45% | - |
| HSV(B) | 348.55º | 0.97% | 0.89% | - |
| XYZ | 31.96 | 16.51 | 4.3 | - |
| YUV | 76.57 | 111.89 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 48 | 0 | 0.97 | 0.79 | 0.11 | 348.55 | 0.95 | 0.45 |
| Hex | E2 | 6 | 30 | 0 | 61 | 4F | B | 15D | 5F | 2D |
| Octal | 342 | 6 | 60 | 0 | 141 | 117 | 13 | 535 | 137 | 55 |
| Binary | 11100010 | 110 | 110000 | 0 | 1100001 | 1001111 | 1011 | 101011101 | 1011111 | 101101 |
Color Harmonies of #E20630
Complementary color
Monochromatic Colors of #E20630
Black with #E20630
Text Example
Text Example
White with #E20630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20630; }
p { color: rgb(226,6,48); }
H1.HeaderClassName
{
color: #E20630;
}
.AnyTagClassName
{
color: #E20630;
}
</style>
background-color css
<style>
a { background-color: #E20630; }
a { background-color: rgb(226,6,48); }
div.DivClassName
{
background-color: #E20630;
}
.BgClassName
{
background-color: #E20630;
}
</style>
border-color css
<style>
span { border-color: #E20630; }
span { border-color: rgb(226,6,48); }
td.TdClassName
{
border-color: #E20630;
}
.TagClassName
{
border-color: #E20630;
}
</style>