Shades of Crimson #E61430
Tints of Crimson #E61430
RGB
CMYK
RGB Variations
Color information
#E61430 (or 0xE61430) is known color: Crimson. HEX triplet: E6, 14 and 30. RGB value is (230,20,48). Sum of RGB (Red+Green+Blue) = 230+20+48=298 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.18% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 230 - color contains mainly: red. Hex color #E61430 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61430 is #19EBCF. Grayscale: #565656. Windows color (decimal): -1698768 or 3151078. OLE color: 3151078.
HSL color Cylindrical-coordinate representation of color #E61430: hue angle of 352º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E61430 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 48 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.10 |
| HSL | 352º | 0.84% | 0.49% | - |
| HSV(B) | 352º | 0.91% | 0.9% | - |
| XYZ | 33.42 | 17.54 | 4.42 | - |
| YUV | 85.98 | 106.57 | 230.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 48 | 0 | 0.91 | 0.79 | 0.10 | 352 | 0.84 | 0.49 |
| Hex | E6 | 14 | 30 | 0 | 5B | 4F | A | 160 | 54 | 31 |
| Octal | 346 | 24 | 60 | 0 | 133 | 117 | 12 | 540 | 124 | 61 |
| Binary | 11100110 | 10100 | 110000 | 0 | 1011011 | 1001111 | 1010 | 101100000 | 1010100 | 110001 |
Color Harmonies of #E61430
Complementary color
Monochromatic Colors of #E61430
Black with #E61430
Text Example
Text Example
White with #E61430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61430; }
p { color: rgb(230,20,48); }
H1.HeaderClassName
{
color: #E61430;
}
.AnyTagClassName
{
color: #E61430;
}
</style>
background-color css
<style>
a { background-color: #E61430; }
a { background-color: rgb(230,20,48); }
div.DivClassName
{
background-color: #E61430;
}
.BgClassName
{
background-color: #E61430;
}
</style>
border-color css
<style>
span { border-color: #E61430; }
span { border-color: rgb(230,20,48); }
td.TdClassName
{
border-color: #E61430;
}
.TagClassName
{
border-color: #E61430;
}
</style>