Shades of Crimson #E30F3C
Tints of Crimson #E30F3C
RGB
CMYK
RGB Variations
Color information
#E30F3C (or 0xE30F3C) is known color: Crimson. HEX triplet: E3, 0F and 3C. RGB value is (227,15,60). Sum of RGB (Red+Green+Blue) = 227+15+60=302 (40% of max value = 765). Red value is 227 (89.06% from 255 or 75.17% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30F3C is #1CF0C3. Grayscale: #535353. Windows color (decimal): -1896644 or 3936227. OLE color: 3936227.
HSL color Cylindrical-coordinate representation of color #E30F3C: hue angle of 347.26º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E30F3C is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 60 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.11 |
| HSL | 347.26º | 0.88% | 0.47% | - |
| HSV(B) | 347.26º | 0.93% | 0.89% | - |
| XYZ | 32.66 | 17 | 5.83 | - |
| YUV | 83.52 | 114.74 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 60 | 0 | 0.93 | 0.74 | 0.11 | 347.26 | 0.88 | 0.47 |
| Hex | E3 | F | 3C | 0 | 5D | 4A | B | 15B | 58 | 2F |
| Octal | 343 | 17 | 74 | 0 | 135 | 112 | 13 | 533 | 130 | 57 |
| Binary | 11100011 | 1111 | 111100 | 0 | 1011101 | 1001010 | 1011 | 101011011 | 1011000 | 101111 |
Color Harmonies of #E30F3C
Complementary color
Monochromatic Colors of #E30F3C
Black with #E30F3C
Text Example
Text Example
White with #E30F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30F3C; }
p { color: rgb(227,15,60); }
H1.HeaderClassName
{
color: #E30F3C;
}
.AnyTagClassName
{
color: #E30F3C;
}
</style>
background-color css
<style>
a { background-color: #E30F3C; }
a { background-color: rgb(227,15,60); }
div.DivClassName
{
background-color: #E30F3C;
}
.BgClassName
{
background-color: #E30F3C;
}
</style>
border-color css
<style>
span { border-color: #E30F3C; }
span { border-color: rgb(227,15,60); }
td.TdClassName
{
border-color: #E30F3C;
}
.TagClassName
{
border-color: #E30F3C;
}
</style>