Shades of Crimson #E3133C
Tints of Crimson #E3133C
RGB
CMYK
RGB Variations
Color information
#E3133C (or 0xE3133C) is known color: Crimson. HEX triplet: E3, 13 and 3C. RGB value is (227,19,60). Sum of RGB (Red+Green+Blue) = 227+19+60=306 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.18% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 227 - color contains mainly: red. Hex color #E3133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3133C is #1CECC3. Grayscale: #555555. Windows color (decimal): -1895620 or 3937251. OLE color: 3937251.
HSL color Cylindrical-coordinate representation of color #E3133C: hue angle of 348.17º 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 #E3133C is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 19 | 60 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.11 |
| HSL | 348.17º | 0.85% | 0.48% | - |
| HSV(B) | 348.17º | 0.92% | 0.89% | - |
| XYZ | 32.73 | 17.12 | 5.86 | - |
| YUV | 85.87 | 113.41 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 19 | 60 | 0 | 0.92 | 0.74 | 0.11 | 348.17 | 0.85 | 0.48 |
| Hex | E3 | 13 | 3C | 0 | 5C | 4A | B | 15C | 55 | 30 |
| Octal | 343 | 23 | 74 | 0 | 134 | 112 | 13 | 534 | 125 | 60 |
| Binary | 11100011 | 10011 | 111100 | 0 | 1011100 | 1001010 | 1011 | 101011100 | 1010101 | 110000 |
Color Harmonies of #E3133C
Complementary color
Monochromatic Colors of #E3133C
Black with #E3133C
Text Example
Text Example
White with #E3133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3133C; }
p { color: rgb(227,19,60); }
H1.HeaderClassName
{
color: #E3133C;
}
.AnyTagClassName
{
color: #E3133C;
}
</style>
background-color css
<style>
a { background-color: #E3133C; }
a { background-color: rgb(227,19,60); }
div.DivClassName
{
background-color: #E3133C;
}
.BgClassName
{
background-color: #E3133C;
}
</style>
border-color css
<style>
span { border-color: #E3133C; }
span { border-color: rgb(227,19,60); }
td.TdClassName
{
border-color: #E3133C;
}
.TagClassName
{
border-color: #E3133C;
}
</style>