Shades of Crimson #E6023A
Tints of Crimson #E6023A
RGB
CMYK
RGB Variations
Color information
#E6023A (or 0xE6023A) is known color: Crimson. HEX triplet: E6, 02 and 3A. RGB value is (230,2,58). Sum of RGB (Red+Green+Blue) = 230+2+58=290 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.31% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 230 - color contains mainly: red. Hex color #E6023A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6023A is #19FDC5. Grayscale: #4C4C4C. Windows color (decimal): -1703366 or 3801830. OLE color: 3801830.
HSL color Cylindrical-coordinate representation of color #E6023A: hue angle of 345.26º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6023A is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 58 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.10 |
| HSL | 345.26º | 0.98% | 0.45% | - |
| HSV(B) | 345.26º | 0.99% | 0.9% | - |
| XYZ | 33.42 | 17.17 | 5.56 | - |
| YUV | 76.56 | 117.54 | 237.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 58 | 0 | 0.99 | 0.75 | 0.10 | 345.26 | 0.98 | 0.45 |
| Hex | E6 | 2 | 3A | 0 | 63 | 4B | A | 159 | 62 | 2D |
| Octal | 346 | 2 | 72 | 0 | 143 | 113 | 12 | 531 | 142 | 55 |
| Binary | 11100110 | 10 | 111010 | 0 | 1100011 | 1001011 | 1010 | 101011001 | 1100010 | 101101 |
Color Harmonies of #E6023A
Complementary color
Monochromatic Colors of #E6023A
Black with #E6023A
Text Example
Text Example
White with #E6023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6023A; }
p { color: rgb(230,2,58); }
H1.HeaderClassName
{
color: #E6023A;
}
.AnyTagClassName
{
color: #E6023A;
}
</style>
background-color css
<style>
a { background-color: #E6023A; }
a { background-color: rgb(230,2,58); }
div.DivClassName
{
background-color: #E6023A;
}
.BgClassName
{
background-color: #E6023A;
}
</style>
border-color css
<style>
span { border-color: #E6023A; }
span { border-color: rgb(230,2,58); }
td.TdClassName
{
border-color: #E6023A;
}
.TagClassName
{
border-color: #E6023A;
}
</style>