Shades of Crimson #E6153A
Tints of Crimson #E6153A
RGB
CMYK
RGB Variations
Color information
#E6153A (or 0xE6153A) is known color: Crimson. HEX triplet: E6, 15 and 3A. RGB value is (230,21,58). Sum of RGB (Red+Green+Blue) = 230+21+58=309 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.43% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 230 - color contains mainly: red. Hex color #E6153A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6153A is #19EAC5. Grayscale: #575757. Windows color (decimal): -1698502 or 3806694. OLE color: 3806694.
HSL color Cylindrical-coordinate representation of color #E6153A: hue angle of 349.38º 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 #E6153A is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 58 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.10 |
| HSL | 349.38º | 0.83% | 0.49% | - |
| HSV(B) | 349.38º | 0.91% | 0.9% | - |
| XYZ | 33.67 | 17.66 | 5.64 | - |
| YUV | 87.71 | 111.24 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 58 | 0 | 0.91 | 0.75 | 0.10 | 349.38 | 0.83 | 0.49 |
| Hex | E6 | 15 | 3A | 0 | 5B | 4B | A | 15D | 53 | 31 |
| Octal | 346 | 25 | 72 | 0 | 133 | 113 | 12 | 535 | 123 | 61 |
| Binary | 11100110 | 10101 | 111010 | 0 | 1011011 | 1001011 | 1010 | 101011101 | 1010011 | 110001 |
Color Harmonies of #E6153A
Complementary color
Monochromatic Colors of #E6153A
Black with #E6153A
Text Example
Text Example
White with #E6153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6153A; }
p { color: rgb(230,21,58); }
H1.HeaderClassName
{
color: #E6153A;
}
.AnyTagClassName
{
color: #E6153A;
}
</style>
background-color css
<style>
a { background-color: #E6153A; }
a { background-color: rgb(230,21,58); }
div.DivClassName
{
background-color: #E6153A;
}
.BgClassName
{
background-color: #E6153A;
}
</style>
border-color css
<style>
span { border-color: #E6153A; }
span { border-color: rgb(230,21,58); }
td.TdClassName
{
border-color: #E6153A;
}
.TagClassName
{
border-color: #E6153A;
}
</style>