Shades of Crimson #E30B3E
Tints of Crimson #E30B3E
RGB
CMYK
RGB Variations
Color information
#E30B3E (or 0xE30B3E) is known color: Crimson. HEX triplet: E3, 0B and 3E. RGB value is (227,11,62). Sum of RGB (Red+Green+Blue) = 227+11+62=300 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.67% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 227 - color contains mainly: red. Hex color #E30B3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30B3E is #1CF4C1. Grayscale: #515151. Windows color (decimal): -1897666 or 4066275. OLE color: 4066275.
HSL color Cylindrical-coordinate representation of color #E30B3E: hue angle of 345.83º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30B3E is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 11 | 62 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.11 |
| HSL | 345.83º | 0.91% | 0.47% | - |
| HSV(B) | 345.83º | 0.95% | 0.89% | - |
| XYZ | 32.67 | 16.92 | 6.1 | - |
| YUV | 81.4 | 117.06 | 231.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 11 | 62 | 0 | 0.95 | 0.73 | 0.11 | 345.83 | 0.91 | 0.47 |
| Hex | E3 | B | 3E | 0 | 5F | 49 | B | 15A | 5B | 2F |
| Octal | 343 | 13 | 76 | 0 | 137 | 111 | 13 | 532 | 133 | 57 |
| Binary | 11100011 | 1011 | 111110 | 0 | 1011111 | 1001001 | 1011 | 101011010 | 1011011 | 101111 |
Color Harmonies of #E30B3E
Complementary color
Monochromatic Colors of #E30B3E
Black with #E30B3E
Text Example
Text Example
White with #E30B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30B3E; }
p { color: rgb(227,11,62); }
H1.HeaderClassName
{
color: #E30B3E;
}
.AnyTagClassName
{
color: #E30B3E;
}
</style>
background-color css
<style>
a { background-color: #E30B3E; }
a { background-color: rgb(227,11,62); }
div.DivClassName
{
background-color: #E30B3E;
}
.BgClassName
{
background-color: #E30B3E;
}
</style>
border-color css
<style>
span { border-color: #E30B3E; }
span { border-color: rgb(227,11,62); }
td.TdClassName
{
border-color: #E30B3E;
}
.TagClassName
{
border-color: #E30B3E;
}
</style>