Shades of Crimson #E30630
Tints of Crimson #E30630
RGB
CMYK
RGB Variations
Color information
#E30630 (or 0xE30630) is known color: Crimson. HEX triplet: E3, 06 and 30. RGB value is (227,6,48). Sum of RGB (Red+Green+Blue) = 227+6+48=281 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.78% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 227 - color contains mainly: red. Hex color #E30630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30630 is #1CF9CF. Grayscale: #4C4C4C. Windows color (decimal): -1898960 or 3147491. OLE color: 3147491.
HSL color Cylindrical-coordinate representation of color #E30630: hue angle of 348.6º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E30630 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 6 | 48 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.11 |
| HSL | 348.6º | 0.95% | 0.46% | - |
| HSV(B) | 348.6º | 0.97% | 0.89% | - |
| XYZ | 32.28 | 16.67 | 4.31 | - |
| YUV | 76.87 | 111.72 | 235.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 6 | 48 | 0 | 0.97 | 0.79 | 0.11 | 348.6 | 0.95 | 0.46 |
| Hex | E3 | 6 | 30 | 0 | 61 | 4F | B | 15D | 5F | 2E |
| Octal | 343 | 6 | 60 | 0 | 141 | 117 | 13 | 535 | 137 | 56 |
| Binary | 11100011 | 110 | 110000 | 0 | 1100001 | 1001111 | 1011 | 101011101 | 1011111 | 101110 |
Color Harmonies of #E30630
Complementary color
Monochromatic Colors of #E30630
Black with #E30630
Text Example
Text Example
White with #E30630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30630; }
p { color: rgb(227,6,48); }
H1.HeaderClassName
{
color: #E30630;
}
.AnyTagClassName
{
color: #E30630;
}
</style>
background-color css
<style>
a { background-color: #E30630; }
a { background-color: rgb(227,6,48); }
div.DivClassName
{
background-color: #E30630;
}
.BgClassName
{
background-color: #E30630;
}
</style>
border-color css
<style>
span { border-color: #E30630; }
span { border-color: rgb(227,6,48); }
td.TdClassName
{
border-color: #E30630;
}
.TagClassName
{
border-color: #E30630;
}
</style>