Shades of Crimson #E6183D
Tints of Crimson #E6183D
RGB
CMYK
RGB Variations
Color information
#E6183D (or 0xE6183D) is known color: Crimson. HEX triplet: E6, 18 and 3D. RGB value is (230,24,61). Sum of RGB (Red+Green+Blue) = 230+24+61=315 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.02% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 230 - color contains mainly: red. Hex color #E6183D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6183D is #19E7C2. Grayscale: #595959. Windows color (decimal): -1697731 or 4004070. OLE color: 4004070.
HSL color Cylindrical-coordinate representation of color #E6183D: hue angle of 349.22º 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 #E6183D is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 61 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.10 |
| HSL | 349.22º | 0.81% | 0.5% | - |
| HSV(B) | 349.22º | 0.9% | 0.9% | - |
| XYZ | 33.8 | 17.81 | 6.07 | - |
| YUV | 89.81 | 111.75 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 61 | 0 | 0.90 | 0.73 | 0.10 | 349.22 | 0.81 | 0.5 |
| Hex | E6 | 18 | 3D | 0 | 5A | 49 | A | 15D | 51 | 32 |
| Octal | 346 | 30 | 75 | 0 | 132 | 111 | 12 | 535 | 121 | 62 |
| Binary | 11100110 | 11000 | 111101 | 0 | 1011010 | 1001001 | 1010 | 101011101 | 1010001 | 110010 |
Color Harmonies of #E6183D
Complementary color
Monochromatic Colors of #E6183D
Black with #E6183D
Text Example
Text Example
White with #E6183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6183D; }
p { color: rgb(230,24,61); }
H1.HeaderClassName
{
color: #E6183D;
}
.AnyTagClassName
{
color: #E6183D;
}
</style>
background-color css
<style>
a { background-color: #E6183D; }
a { background-color: rgb(230,24,61); }
div.DivClassName
{
background-color: #E6183D;
}
.BgClassName
{
background-color: #E6183D;
}
</style>
border-color css
<style>
span { border-color: #E6183D; }
span { border-color: rgb(230,24,61); }
td.TdClassName
{
border-color: #E6183D;
}
.TagClassName
{
border-color: #E6183D;
}
</style>