Shades of Crimson #E6184B
Tints of Crimson #E6184B
RGB
CMYK
RGB Variations
Color information
#E6184B (or 0xE6184B) is known color: Crimson. HEX triplet: E6, 18 and 4B. RGB value is (230,24,75). Sum of RGB (Red+Green+Blue) = 230+24+75=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E6184B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6184B is #19E7B4. Grayscale: #5B5B5B. Windows color (decimal): -1697717 or 4921574. OLE color: 4921574.
HSL color Cylindrical-coordinate representation of color #E6184B: hue angle of 345.15º 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 #E6184B is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 75 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.10 |
| HSL | 345.15º | 0.81% | 0.5% | - |
| HSV(B) | 345.15º | 0.9% | 0.9% | - |
| XYZ | 34.23 | 17.98 | 8.32 | - |
| YUV | 91.41 | 118.75 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 75 | 0 | 0.90 | 0.67 | 0.10 | 345.15 | 0.81 | 0.5 |
| Hex | E6 | 18 | 4B | 0 | 5A | 43 | A | 159 | 51 | 32 |
| Octal | 346 | 30 | 113 | 0 | 132 | 103 | 12 | 531 | 121 | 62 |
| Binary | 11100110 | 11000 | 1001011 | 0 | 1011010 | 1000011 | 1010 | 101011001 | 1010001 | 110010 |
Color Harmonies of #E6184B
Complementary color
Monochromatic Colors of #E6184B
Black with #E6184B
Text Example
Text Example
White with #E6184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6184B; }
p { color: rgb(230,24,75); }
H1.HeaderClassName
{
color: #E6184B;
}
.AnyTagClassName
{
color: #E6184B;
}
</style>
background-color css
<style>
a { background-color: #E6184B; }
a { background-color: rgb(230,24,75); }
div.DivClassName
{
background-color: #E6184B;
}
.BgClassName
{
background-color: #E6184B;
}
</style>
border-color css
<style>
span { border-color: #E6184B; }
span { border-color: rgb(230,24,75); }
td.TdClassName
{
border-color: #E6184B;
}
.TagClassName
{
border-color: #E6184B;
}
</style>