Shades of Crimson #E6102B
Tints of Crimson #E6102B
RGB
CMYK
RGB Variations
Color information
#E6102B (or 0xE6102B) is known color: Crimson. HEX triplet: E6, 10 and 2B. RGB value is (230,16,43). Sum of RGB (Red+Green+Blue) = 230+16+43=289 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.58% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 230 - color contains mainly: red. Hex color #E6102B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6102B is #19EFD4. Grayscale: #535353. Windows color (decimal): -1699797 or 2822374. OLE color: 2822374.
HSL color Cylindrical-coordinate representation of color #E6102B: hue angle of 352.43º 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 #E6102B is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 43 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.10 |
| HSL | 352.43º | 0.87% | 0.48% | - |
| HSV(B) | 352.43º | 0.93% | 0.9% | - |
| XYZ | 33.25 | 17.37 | 3.89 | - |
| YUV | 83.06 | 105.4 | 232.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 43 | 0 | 0.93 | 0.81 | 0.10 | 352.43 | 0.87 | 0.48 |
| Hex | E6 | 10 | 2B | 0 | 5D | 51 | A | 160 | 57 | 30 |
| Octal | 346 | 20 | 53 | 0 | 135 | 121 | 12 | 540 | 127 | 60 |
| Binary | 11100110 | 10000 | 101011 | 0 | 1011101 | 1010001 | 1010 | 101100000 | 1010111 | 110000 |
Color Harmonies of #E6102B
Complementary color
Monochromatic Colors of #E6102B
Black with #E6102B
Text Example
Text Example
White with #E6102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6102B; }
p { color: rgb(230,16,43); }
H1.HeaderClassName
{
color: #E6102B;
}
.AnyTagClassName
{
color: #E6102B;
}
</style>
background-color css
<style>
a { background-color: #E6102B; }
a { background-color: rgb(230,16,43); }
div.DivClassName
{
background-color: #E6102B;
}
.BgClassName
{
background-color: #E6102B;
}
</style>
border-color css
<style>
span { border-color: #E6102B; }
span { border-color: rgb(230,16,43); }
td.TdClassName
{
border-color: #E6102B;
}
.TagClassName
{
border-color: #E6102B;
}
</style>