Shades of Crimson #E6183C
Tints of Crimson #E6183C
RGB
CMYK
RGB Variations
Color information
#E6183C (or 0xE6183C) is known color: Crimson. HEX triplet: E6, 18 and 3C. RGB value is (230,24,60). Sum of RGB (Red+Green+Blue) = 230+24+60=314 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.25% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 230 - color contains mainly: red. Hex color #E6183C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6183C is #19E7C3. Grayscale: #595959. Windows color (decimal): -1697732 or 3938534. OLE color: 3938534.
HSL color Cylindrical-coordinate representation of color #E6183C: hue angle of 349.51º 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 #E6183C is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 60 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.10 |
| HSL | 349.51º | 0.81% | 0.5% | - |
| HSV(B) | 349.51º | 0.9% | 0.9% | - |
| XYZ | 33.78 | 17.8 | 5.93 | - |
| YUV | 89.7 | 111.25 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 60 | 0 | 0.90 | 0.74 | 0.10 | 349.51 | 0.81 | 0.5 |
| Hex | E6 | 18 | 3C | 0 | 5A | 4A | A | 15E | 51 | 32 |
| Octal | 346 | 30 | 74 | 0 | 132 | 112 | 12 | 536 | 121 | 62 |
| Binary | 11100110 | 11000 | 111100 | 0 | 1011010 | 1001010 | 1010 | 101011110 | 1010001 | 110010 |
Color Harmonies of #E6183C
Complementary color
Monochromatic Colors of #E6183C
Black with #E6183C
Text Example
Text Example
White with #E6183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6183C; }
p { color: rgb(230,24,60); }
H1.HeaderClassName
{
color: #E6183C;
}
.AnyTagClassName
{
color: #E6183C;
}
</style>
background-color css
<style>
a { background-color: #E6183C; }
a { background-color: rgb(230,24,60); }
div.DivClassName
{
background-color: #E6183C;
}
.BgClassName
{
background-color: #E6183C;
}
</style>
border-color css
<style>
span { border-color: #E6183C; }
span { border-color: rgb(230,24,60); }
td.TdClassName
{
border-color: #E6183C;
}
.TagClassName
{
border-color: #E6183C;
}
</style>