Shades of Crimson #E6002A
Tints of Crimson #E6002A
RGB
CMYK
RGB Variations
Color information
#E6002A (or 0xE6002A) is known color: Crimson. HEX triplet: E6, 00 and 2A. RGB value is (230,0,42). Sum of RGB (Red+Green+Blue) = 230+0+42=272 (36% of max value = 765). Red value is 230 (90.23% from 255 or 84.56% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 230 - color contains mainly: red. Hex color #E6002A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6002A is #19FFD5. Grayscale: #494949. Windows color (decimal): -1703894 or 2752742. OLE color: 2752742.
HSL color Cylindrical-coordinate representation of color #E6002A: hue angle of 349.04º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6002A is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.82 | 0.10 |
| HSL | 349.04º | 1% | 0.45% | - |
| HSV(B) | 349.04º | 1% | 0.9% | - |
| XYZ | 33.05 | 16.99 | 3.73 | - |
| YUV | 73.56 | 110.2 | 239.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 42 | 0 | 1 | 0.82 | 0.10 | 349.04 | 1 | 0.45 |
| Hex | E6 | 0 | 2A | 0 | 64 | 52 | A | 15D | 64 | 2D |
| Octal | 346 | 0 | 52 | 0 | 144 | 122 | 12 | 535 | 144 | 55 |
| Binary | 11100110 | 0 | 101010 | 0 | 1100100 | 1010010 | 1010 | 101011101 | 1100100 | 101101 |
Color Harmonies of #E6002A
Complementary color
Monochromatic Colors of #E6002A
Black with #E6002A
Text Example
Text Example
White with #E6002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6002A; }
p { color: rgb(230,0,42); }
H1.HeaderClassName
{
color: #E6002A;
}
.AnyTagClassName
{
color: #E6002A;
}
</style>
background-color css
<style>
a { background-color: #E6002A; }
a { background-color: rgb(230,0,42); }
div.DivClassName
{
background-color: #E6002A;
}
.BgClassName
{
background-color: #E6002A;
}
</style>
border-color css
<style>
span { border-color: #E6002A; }
span { border-color: rgb(230,0,42); }
td.TdClassName
{
border-color: #E6002A;
}
.TagClassName
{
border-color: #E6002A;
}
</style>