Shades of Crimson #E6143A
Tints of Crimson #E6143A
RGB
CMYK
RGB Variations
Color information
#E6143A (or 0xE6143A) is known color: Crimson. HEX triplet: E6, 14 and 3A. RGB value is (230,20,58). Sum of RGB (Red+Green+Blue) = 230+20+58=308 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.68% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 230 - color contains mainly: red. Hex color #E6143A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6143A is #19EBC5. Grayscale: #575757. Windows color (decimal): -1698758 or 3806438. OLE color: 3806438.
HSL color Cylindrical-coordinate representation of color #E6143A: hue angle of 349.14º degrees, saturation: 0.84, 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 #E6143A is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 58 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.10 |
| HSL | 349.14º | 0.84% | 0.49% | - |
| HSV(B) | 349.14º | 0.91% | 0.9% | - |
| XYZ | 33.65 | 17.63 | 5.63 | - |
| YUV | 87.12 | 111.57 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 58 | 0 | 0.91 | 0.75 | 0.10 | 349.14 | 0.84 | 0.49 |
| Hex | E6 | 14 | 3A | 0 | 5B | 4B | A | 15D | 54 | 31 |
| Octal | 346 | 24 | 72 | 0 | 133 | 113 | 12 | 535 | 124 | 61 |
| Binary | 11100110 | 10100 | 111010 | 0 | 1011011 | 1001011 | 1010 | 101011101 | 1010100 | 110001 |
Color Harmonies of #E6143A
Complementary color
Monochromatic Colors of #E6143A
Black with #E6143A
Text Example
Text Example
White with #E6143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6143A; }
p { color: rgb(230,20,58); }
H1.HeaderClassName
{
color: #E6143A;
}
.AnyTagClassName
{
color: #E6143A;
}
</style>
background-color css
<style>
a { background-color: #E6143A; }
a { background-color: rgb(230,20,58); }
div.DivClassName
{
background-color: #E6143A;
}
.BgClassName
{
background-color: #E6143A;
}
</style>
border-color css
<style>
span { border-color: #E6143A; }
span { border-color: rgb(230,20,58); }
td.TdClassName
{
border-color: #E6143A;
}
.TagClassName
{
border-color: #E6143A;
}
</style>