Shades of Crimson #E20B3F
Tints of Crimson #E20B3F
RGB
CMYK
RGB Variations
Color information
#E20B3F (or 0xE20B3F) is known color: Crimson. HEX triplet: E2, 0B and 3F. RGB value is (226,11,63). Sum of RGB (Red+Green+Blue) = 226+11+63=300 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.33% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 226 - color contains mainly: red. Hex color #E20B3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20B3F is #1DF4C0. Grayscale: #515151. Windows color (decimal): -1963201 or 4131810. OLE color: 4131810.
HSL color Cylindrical-coordinate representation of color #E20B3F: hue angle of 345.49º 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 #E20B3F is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 63 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.11 |
| HSL | 345.49º | 0.91% | 0.46% | - |
| HSV(B) | 345.49º | 0.95% | 0.89% | - |
| XYZ | 32.38 | 16.77 | 6.23 | - |
| YUV | 81.21 | 117.73 | 231.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 63 | 0 | 0.95 | 0.72 | 0.11 | 345.49 | 0.91 | 0.46 |
| Hex | E2 | B | 3F | 0 | 5F | 48 | B | 159 | 5B | 2E |
| Octal | 342 | 13 | 77 | 0 | 137 | 110 | 13 | 531 | 133 | 56 |
| Binary | 11100010 | 1011 | 111111 | 0 | 1011111 | 1001000 | 1011 | 101011001 | 1011011 | 101110 |
Color Harmonies of #E20B3F
Complementary color
Monochromatic Colors of #E20B3F
Black with #E20B3F
Text Example
Text Example
White with #E20B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20B3F; }
p { color: rgb(226,11,63); }
H1.HeaderClassName
{
color: #E20B3F;
}
.AnyTagClassName
{
color: #E20B3F;
}
</style>
background-color css
<style>
a { background-color: #E20B3F; }
a { background-color: rgb(226,11,63); }
div.DivClassName
{
background-color: #E20B3F;
}
.BgClassName
{
background-color: #E20B3F;
}
</style>
border-color css
<style>
span { border-color: #E20B3F; }
span { border-color: rgb(226,11,63); }
td.TdClassName
{
border-color: #E20B3F;
}
.TagClassName
{
border-color: #E20B3F;
}
</style>