Shades of Crimson #E60A2B
Tints of Crimson #E60A2B
RGB
CMYK
RGB Variations
Color information
#E60A2B (or 0xE60A2B) is known color: Crimson. HEX triplet: E6, 0A and 2B. RGB value is (230,10,43). Sum of RGB (Red+Green+Blue) = 230+10+43=283 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.27% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60A2B is #19F5D4. Grayscale: #4F4F4F. Windows color (decimal): -1701333 or 2820838. OLE color: 2820838.
HSL color Cylindrical-coordinate representation of color #E60A2B: hue angle of 351º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60A2B is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 43 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.10 |
| HSL | 351º | 0.92% | 0.47% | - |
| HSV(B) | 351º | 0.96% | 0.9% | - |
| XYZ | 33.18 | 17.21 | 3.86 | - |
| YUV | 79.54 | 107.39 | 235.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 43 | 0 | 0.96 | 0.81 | 0.10 | 351 | 0.92 | 0.47 |
| Hex | E6 | A | 2B | 0 | 60 | 51 | A | 15F | 5C | 2F |
| Octal | 346 | 12 | 53 | 0 | 140 | 121 | 12 | 537 | 134 | 57 |
| Binary | 11100110 | 1010 | 101011 | 0 | 1100000 | 1010001 | 1010 | 101011111 | 1011100 | 101111 |
Color Harmonies of #E60A2B
Complementary color
Monochromatic Colors of #E60A2B
Black with #E60A2B
Text Example
Text Example
White with #E60A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60A2B; }
p { color: rgb(230,10,43); }
H1.HeaderClassName
{
color: #E60A2B;
}
.AnyTagClassName
{
color: #E60A2B;
}
</style>
background-color css
<style>
a { background-color: #E60A2B; }
a { background-color: rgb(230,10,43); }
div.DivClassName
{
background-color: #E60A2B;
}
.BgClassName
{
background-color: #E60A2B;
}
</style>
border-color css
<style>
span { border-color: #E60A2B; }
span { border-color: rgb(230,10,43); }
td.TdClassName
{
border-color: #E60A2B;
}
.TagClassName
{
border-color: #E60A2B;
}
</style>