Shades of Crimson #E20B28
Tints of Crimson #E20B28
RGB
CMYK
RGB Variations
Color information
#E20B28 (or 0xE20B28) is known color: Crimson. HEX triplet: E2, 0B and 28. RGB value is (226,11,40). Sum of RGB (Red+Green+Blue) = 226+11+40=277 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.59% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 226 - color contains mainly: red. Hex color #E20B28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20B28 is #1DF4D7. Grayscale: #4E4E4E. Windows color (decimal): -1963224 or 2624482. OLE color: 2624482.
HSL color Cylindrical-coordinate representation of color #E20B28: hue angle of 351.91º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20B28 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 40 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.11 |
| HSL | 351.91º | 0.91% | 0.46% | - |
| HSV(B) | 351.91º | 0.95% | 0.89% | - |
| XYZ | 31.87 | 16.56 | 3.52 | - |
| YUV | 78.59 | 106.23 | 233.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 40 | 0 | 0.95 | 0.82 | 0.11 | 351.91 | 0.91 | 0.46 |
| Hex | E2 | B | 28 | 0 | 5F | 52 | B | 160 | 5B | 2E |
| Octal | 342 | 13 | 50 | 0 | 137 | 122 | 13 | 540 | 133 | 56 |
| Binary | 11100010 | 1011 | 101000 | 0 | 1011111 | 1010010 | 1011 | 101100000 | 1011011 | 101110 |
Color Harmonies of #E20B28
Complementary color
Monochromatic Colors of #E20B28
Black with #E20B28
Text Example
Text Example
White with #E20B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20B28; }
p { color: rgb(226,11,40); }
H1.HeaderClassName
{
color: #E20B28;
}
.AnyTagClassName
{
color: #E20B28;
}
</style>
background-color css
<style>
a { background-color: #E20B28; }
a { background-color: rgb(226,11,40); }
div.DivClassName
{
background-color: #E20B28;
}
.BgClassName
{
background-color: #E20B28;
}
</style>
border-color css
<style>
span { border-color: #E20B28; }
span { border-color: rgb(226,11,40); }
td.TdClassName
{
border-color: #E20B28;
}
.TagClassName
{
border-color: #E20B28;
}
</style>