Shades of Crimson #E61633
Tints of Crimson #E61633
RGB
CMYK
RGB Variations
Color information
#E61633 (or 0xE61633) is known color: Crimson. HEX triplet: E6, 16 and 33. RGB value is (230,22,51). Sum of RGB (Red+Green+Blue) = 230+22+51=303 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.91% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 230 - color contains mainly: red. Hex color #E61633 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61633 is #19E9CC. Grayscale: #575757. Windows color (decimal): -1698253 or 3348198. OLE color: 3348198.
HSL color Cylindrical-coordinate representation of color #E61633: hue angle of 351.63º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61633 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 51 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.10 |
| HSL | 351.63º | 0.83% | 0.49% | - |
| HSV(B) | 351.63º | 0.9% | 0.9% | - |
| XYZ | 33.52 | 17.64 | 4.77 | - |
| YUV | 87.5 | 107.41 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 51 | 0 | 0.90 | 0.78 | 0.10 | 351.63 | 0.83 | 0.49 |
| Hex | E6 | 16 | 33 | 0 | 5A | 4E | A | 160 | 53 | 31 |
| Octal | 346 | 26 | 63 | 0 | 132 | 116 | 12 | 540 | 123 | 61 |
| Binary | 11100110 | 10110 | 110011 | 0 | 1011010 | 1001110 | 1010 | 101100000 | 1010011 | 110001 |
Color Harmonies of #E61633
Complementary color
Monochromatic Colors of #E61633
Black with #E61633
Text Example
Text Example
White with #E61633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61633; }
p { color: rgb(230,22,51); }
H1.HeaderClassName
{
color: #E61633;
}
.AnyTagClassName
{
color: #E61633;
}
</style>
background-color css
<style>
a { background-color: #E61633; }
a { background-color: rgb(230,22,51); }
div.DivClassName
{
background-color: #E61633;
}
.BgClassName
{
background-color: #E61633;
}
</style>
border-color css
<style>
span { border-color: #E61633; }
span { border-color: rgb(230,22,51); }
td.TdClassName
{
border-color: #E61633;
}
.TagClassName
{
border-color: #E61633;
}
</style>