Shades of Crimson #E6104B
Tints of Crimson #E6104B
RGB
CMYK
RGB Variations
Color information
#E6104B (or 0xE6104B) is known color: Crimson. HEX triplet: E6, 10 and 4B. RGB value is (230,16,75). Sum of RGB (Red+Green+Blue) = 230+16+75=321 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.65% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 230 - color contains mainly: red. Hex color #E6104B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6104B is #19EFB4. Grayscale: #565656. Windows color (decimal): -1699765 or 4919526. OLE color: 4919526.
HSL color Cylindrical-coordinate representation of color #E6104B: hue angle of 343.46º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6104B is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 75 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.10 |
| HSL | 343.46º | 0.87% | 0.48% | - |
| HSV(B) | 343.46º | 0.93% | 0.9% | - |
| XYZ | 34.09 | 17.7 | 8.28 | - |
| YUV | 86.71 | 121.4 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 75 | 0 | 0.93 | 0.67 | 0.10 | 343.46 | 0.87 | 0.48 |
| Hex | E6 | 10 | 4B | 0 | 5D | 43 | A | 157 | 57 | 30 |
| Octal | 346 | 20 | 113 | 0 | 135 | 103 | 12 | 527 | 127 | 60 |
| Binary | 11100110 | 10000 | 1001011 | 0 | 1011101 | 1000011 | 1010 | 101010111 | 1010111 | 110000 |
Color Harmonies of #E6104B
Complementary color
Monochromatic Colors of #E6104B
Black with #E6104B
Text Example
Text Example
White with #E6104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6104B; }
p { color: rgb(230,16,75); }
H1.HeaderClassName
{
color: #E6104B;
}
.AnyTagClassName
{
color: #E6104B;
}
</style>
background-color css
<style>
a { background-color: #E6104B; }
a { background-color: rgb(230,16,75); }
div.DivClassName
{
background-color: #E6104B;
}
.BgClassName
{
background-color: #E6104B;
}
</style>
border-color css
<style>
span { border-color: #E6104B; }
span { border-color: rgb(230,16,75); }
td.TdClassName
{
border-color: #E6104B;
}
.TagClassName
{
border-color: #E6104B;
}
</style>