Shades of Crimson #E6102F
Tints of Crimson #E6102F
RGB
CMYK
RGB Variations
Color information
#E6102F (or 0xE6102F) is known color: Crimson. HEX triplet: E6, 10 and 2F. RGB value is (230,16,47). Sum of RGB (Red+Green+Blue) = 230+16+47=293 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.50% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 230 - color contains mainly: red. Hex color #E6102F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6102F is #19EFD0. Grayscale: #535353. Windows color (decimal): -1699793 or 3084518. OLE color: 3084518.
HSL color Cylindrical-coordinate representation of color #E6102F: hue angle of 351.31º 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 #E6102F is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 47 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.10 |
| HSL | 351.31º | 0.87% | 0.48% | - |
| HSV(B) | 351.31º | 0.93% | 0.9% | - |
| XYZ | 33.33 | 17.4 | 4.29 | - |
| YUV | 83.52 | 107.4 | 232.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 47 | 0 | 0.93 | 0.80 | 0.10 | 351.31 | 0.87 | 0.48 |
| Hex | E6 | 10 | 2F | 0 | 5D | 50 | A | 15F | 57 | 30 |
| Octal | 346 | 20 | 57 | 0 | 135 | 120 | 12 | 537 | 127 | 60 |
| Binary | 11100110 | 10000 | 101111 | 0 | 1011101 | 1010000 | 1010 | 101011111 | 1010111 | 110000 |
Color Harmonies of #E6102F
Complementary color
Monochromatic Colors of #E6102F
Black with #E6102F
Text Example
Text Example
White with #E6102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6102F; }
p { color: rgb(230,16,47); }
H1.HeaderClassName
{
color: #E6102F;
}
.AnyTagClassName
{
color: #E6102F;
}
</style>
background-color css
<style>
a { background-color: #E6102F; }
a { background-color: rgb(230,16,47); }
div.DivClassName
{
background-color: #E6102F;
}
.BgClassName
{
background-color: #E6102F;
}
</style>
border-color css
<style>
span { border-color: #E6102F; }
span { border-color: rgb(230,16,47); }
td.TdClassName
{
border-color: #E6102F;
}
.TagClassName
{
border-color: #E6102F;
}
</style>