Shades of Crimson #E61330
Tints of Crimson #E61330
RGB
CMYK
RGB Variations
Color information
#E61330 (or 0xE61330) is known color: Crimson. HEX triplet: E6, 13 and 30. RGB value is (230,19,48). Sum of RGB (Red+Green+Blue) = 230+19+48=297 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.44% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 230 - color contains mainly: red. Hex color #E61330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61330 is #19ECCF. Grayscale: #555555. Windows color (decimal): -1699024 or 3150822. OLE color: 3150822.
HSL color Cylindrical-coordinate representation of color #E61330: hue angle of 351.75º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61330 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 48 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.10 |
| HSL | 351.75º | 0.85% | 0.49% | - |
| HSV(B) | 351.75º | 0.92% | 0.9% | - |
| XYZ | 33.4 | 17.5 | 4.41 | - |
| YUV | 85.4 | 106.9 | 231.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 48 | 0 | 0.92 | 0.79 | 0.10 | 351.75 | 0.85 | 0.49 |
| Hex | E6 | 13 | 30 | 0 | 5C | 4F | A | 160 | 55 | 31 |
| Octal | 346 | 23 | 60 | 0 | 134 | 117 | 12 | 540 | 125 | 61 |
| Binary | 11100110 | 10011 | 110000 | 0 | 1011100 | 1001111 | 1010 | 101100000 | 1010101 | 110001 |
Color Harmonies of #E61330
Complementary color
Monochromatic Colors of #E61330
Black with #E61330
Text Example
Text Example
White with #E61330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61330; }
p { color: rgb(230,19,48); }
H1.HeaderClassName
{
color: #E61330;
}
.AnyTagClassName
{
color: #E61330;
}
</style>
background-color css
<style>
a { background-color: #E61330; }
a { background-color: rgb(230,19,48); }
div.DivClassName
{
background-color: #E61330;
}
.BgClassName
{
background-color: #E61330;
}
</style>
border-color css
<style>
span { border-color: #E61330; }
span { border-color: rgb(230,19,48); }
td.TdClassName
{
border-color: #E61330;
}
.TagClassName
{
border-color: #E61330;
}
</style>