Shades of Crimson #E30F28
Tints of Crimson #E30F28
RGB
CMYK
RGB Variations
Color information
#E30F28 (or 0xE30F28) is known color: Crimson. HEX triplet: E3, 0F and 28. RGB value is (227,15,40). Sum of RGB (Red+Green+Blue) = 227+15+40=282 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.50% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30F28 is #1CF0D7. Grayscale: #515151. Windows color (decimal): -1896664 or 2625507. OLE color: 2625507.
HSL color Cylindrical-coordinate representation of color #E30F28: hue angle of 352.92º 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 #E30F28 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 40 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.11 |
| HSL | 352.92º | 0.88% | 0.47% | - |
| HSV(B) | 352.92º | 0.93% | 0.89% | - |
| XYZ | 32.23 | 16.83 | 3.56 | - |
| YUV | 81.24 | 104.74 | 231.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 40 | 0 | 0.93 | 0.82 | 0.11 | 352.92 | 0.88 | 0.47 |
| Hex | E3 | F | 28 | 0 | 5D | 52 | B | 161 | 58 | 2F |
| Octal | 343 | 17 | 50 | 0 | 135 | 122 | 13 | 541 | 130 | 57 |
| Binary | 11100011 | 1111 | 101000 | 0 | 1011101 | 1010010 | 1011 | 101100001 | 1011000 | 101111 |
Color Harmonies of #E30F28
Complementary color
Monochromatic Colors of #E30F28
Black with #E30F28
Text Example
Text Example
White with #E30F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30F28; }
p { color: rgb(227,15,40); }
H1.HeaderClassName
{
color: #E30F28;
}
.AnyTagClassName
{
color: #E30F28;
}
</style>
background-color css
<style>
a { background-color: #E30F28; }
a { background-color: rgb(227,15,40); }
div.DivClassName
{
background-color: #E30F28;
}
.BgClassName
{
background-color: #E30F28;
}
</style>
border-color css
<style>
span { border-color: #E30F28; }
span { border-color: rgb(227,15,40); }
td.TdClassName
{
border-color: #E30F28;
}
.TagClassName
{
border-color: #E30F28;
}
</style>