Shades of Crimson #E60330
Tints of Crimson #E60330
RGB
CMYK
RGB Variations
Color information
#E60330 (or 0xE60330) is known color: Crimson. HEX triplet: E6, 03 and 30. RGB value is (230,3,48). Sum of RGB (Red+Green+Blue) = 230+3+48=281 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.85% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 230 - color contains mainly: red. Hex color #E60330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60330 is #19FCCF. Grayscale: #4C4C4C. Windows color (decimal): -1703120 or 3146726. OLE color: 3146726.
HSL color Cylindrical-coordinate representation of color #E60330: hue angle of 348.11º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60330 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 48 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.10 |
| HSL | 348.11º | 0.97% | 0.46% | - |
| HSV(B) | 348.11º | 0.99% | 0.9% | - |
| XYZ | 33.2 | 17.1 | 4.35 | - |
| YUV | 76 | 112.21 | 237.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 48 | 0 | 0.99 | 0.79 | 0.10 | 348.11 | 0.97 | 0.46 |
| Hex | E6 | 3 | 30 | 0 | 63 | 4F | A | 15C | 61 | 2E |
| Octal | 346 | 3 | 60 | 0 | 143 | 117 | 12 | 534 | 141 | 56 |
| Binary | 11100110 | 11 | 110000 | 0 | 1100011 | 1001111 | 1010 | 101011100 | 1100001 | 101110 |
Color Harmonies of #E60330
Complementary color
Monochromatic Colors of #E60330
Black with #E60330
Text Example
Text Example
White with #E60330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60330; }
p { color: rgb(230,3,48); }
H1.HeaderClassName
{
color: #E60330;
}
.AnyTagClassName
{
color: #E60330;
}
</style>
background-color css
<style>
a { background-color: #E60330; }
a { background-color: rgb(230,3,48); }
div.DivClassName
{
background-color: #E60330;
}
.BgClassName
{
background-color: #E60330;
}
</style>
border-color css
<style>
span { border-color: #E60330; }
span { border-color: rgb(230,3,48); }
td.TdClassName
{
border-color: #E60330;
}
.TagClassName
{
border-color: #E60330;
}
</style>