Shades of Crimson #E6153B
Tints of Crimson #E6153B
RGB
CMYK
RGB Variations
Color information
#E6153B (or 0xE6153B) is known color: Crimson. HEX triplet: E6, 15 and 3B. RGB value is (230,21,59). Sum of RGB (Red+Green+Blue) = 230+21+59=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E6153B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6153B is #19EAC4. Grayscale: #575757. Windows color (decimal): -1698501 or 3872230. OLE color: 3872230.
HSL color Cylindrical-coordinate representation of color #E6153B: hue angle of 349.09º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6153B is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 59 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.10 |
| HSL | 349.09º | 0.83% | 0.49% | - |
| HSV(B) | 349.09º | 0.91% | 0.9% | - |
| XYZ | 33.69 | 17.68 | 5.77 | - |
| YUV | 87.82 | 111.74 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 59 | 0 | 0.91 | 0.74 | 0.10 | 349.09 | 0.83 | 0.49 |
| Hex | E6 | 15 | 3B | 0 | 5B | 4A | A | 15D | 53 | 31 |
| Octal | 346 | 25 | 73 | 0 | 133 | 112 | 12 | 535 | 123 | 61 |
| Binary | 11100110 | 10101 | 111011 | 0 | 1011011 | 1001010 | 1010 | 101011101 | 1010011 | 110001 |
Color Harmonies of #E6153B
Complementary color
Monochromatic Colors of #E6153B
Black with #E6153B
Text Example
Text Example
White with #E6153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6153B; }
p { color: rgb(230,21,59); }
H1.HeaderClassName
{
color: #E6153B;
}
.AnyTagClassName
{
color: #E6153B;
}
</style>
background-color css
<style>
a { background-color: #E6153B; }
a { background-color: rgb(230,21,59); }
div.DivClassName
{
background-color: #E6153B;
}
.BgClassName
{
background-color: #E6153B;
}
</style>
border-color css
<style>
span { border-color: #E6153B; }
span { border-color: rgb(230,21,59); }
td.TdClassName
{
border-color: #E6153B;
}
.TagClassName
{
border-color: #E6153B;
}
</style>