Shades of Crimson #E6183E
Tints of Crimson #E6183E
RGB
CMYK
RGB Variations
Color information
#E6183E (or 0xE6183E) is known color: Crimson. HEX triplet: E6, 18 and 3E. RGB value is (230,24,62). Sum of RGB (Red+Green+Blue) = 230+24+62=316 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.78% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 230 - color contains mainly: red. Hex color #E6183E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6183E is #19E7C1. Grayscale: #595959. Windows color (decimal): -1697730 or 4069606. OLE color: 4069606.
HSL color Cylindrical-coordinate representation of color #E6183E: hue angle of 348.93º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6183E is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 62 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.10 |
| HSL | 348.93º | 0.81% | 0.5% | - |
| HSV(B) | 348.93º | 0.9% | 0.9% | - |
| XYZ | 33.83 | 17.82 | 6.21 | - |
| YUV | 89.93 | 112.25 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 62 | 0 | 0.90 | 0.73 | 0.10 | 348.93 | 0.81 | 0.5 |
| Hex | E6 | 18 | 3E | 0 | 5A | 49 | A | 15D | 51 | 32 |
| Octal | 346 | 30 | 76 | 0 | 132 | 111 | 12 | 535 | 121 | 62 |
| Binary | 11100110 | 11000 | 111110 | 0 | 1011010 | 1001001 | 1010 | 101011101 | 1010001 | 110010 |
Color Harmonies of #E6183E
Complementary color
Monochromatic Colors of #E6183E
Black with #E6183E
Text Example
Text Example
White with #E6183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6183E; }
p { color: rgb(230,24,62); }
H1.HeaderClassName
{
color: #E6183E;
}
.AnyTagClassName
{
color: #E6183E;
}
</style>
background-color css
<style>
a { background-color: #E6183E; }
a { background-color: rgb(230,24,62); }
div.DivClassName
{
background-color: #E6183E;
}
.BgClassName
{
background-color: #E6183E;
}
</style>
border-color css
<style>
span { border-color: #E6183E; }
span { border-color: rgb(230,24,62); }
td.TdClassName
{
border-color: #E6183E;
}
.TagClassName
{
border-color: #E6183E;
}
</style>