Shades of Crimson #E3133F
Tints of Crimson #E3133F
RGB
CMYK
RGB Variations
Color information
#E3133F (or 0xE3133F) is known color: Crimson. HEX triplet: E3, 13 and 3F. RGB value is (227,19,63). Sum of RGB (Red+Green+Blue) = 227+19+63=309 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.46% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 227 - color contains mainly: red. Hex color #E3133F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3133F is #1CECC0. Grayscale: #565656. Windows color (decimal): -1895617 or 4133859. OLE color: 4133859.
HSL color Cylindrical-coordinate representation of color #E3133F: hue angle of 347.31º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E3133F is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 19 | 63 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.11 |
| HSL | 347.31º | 0.85% | 0.48% | - |
| HSV(B) | 347.31º | 0.92% | 0.89% | - |
| XYZ | 32.81 | 17.16 | 6.28 | - |
| YUV | 86.21 | 114.91 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 19 | 63 | 0 | 0.92 | 0.72 | 0.11 | 347.31 | 0.85 | 0.48 |
| Hex | E3 | 13 | 3F | 0 | 5C | 48 | B | 15B | 55 | 30 |
| Octal | 343 | 23 | 77 | 0 | 134 | 110 | 13 | 533 | 125 | 60 |
| Binary | 11100011 | 10011 | 111111 | 0 | 1011100 | 1001000 | 1011 | 101011011 | 1010101 | 110000 |
Color Harmonies of #E3133F
Complementary color
Monochromatic Colors of #E3133F
Black with #E3133F
Text Example
Text Example
White with #E3133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3133F; }
p { color: rgb(227,19,63); }
H1.HeaderClassName
{
color: #E3133F;
}
.AnyTagClassName
{
color: #E3133F;
}
</style>
background-color css
<style>
a { background-color: #E3133F; }
a { background-color: rgb(227,19,63); }
div.DivClassName
{
background-color: #E3133F;
}
.BgClassName
{
background-color: #E3133F;
}
</style>
border-color css
<style>
span { border-color: #E3133F; }
span { border-color: rgb(227,19,63); }
td.TdClassName
{
border-color: #E3133F;
}
.TagClassName
{
border-color: #E3133F;
}
</style>