Shades of Crimson #E6002C
Tints of Crimson #E6002C
RGB
CMYK
RGB Variations
Color information
#E6002C (or 0xE6002C) is known color: Crimson. HEX triplet: E6, 00 and 2C. RGB value is (230,0,44). Sum of RGB (Red+Green+Blue) = 230+0+44=274 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.94% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 230 - color contains mainly: red. Hex color #E6002C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6002C is #19FFD3. Grayscale: #494949. Windows color (decimal): -1703892 or 2883814. OLE color: 2883814.
HSL color Cylindrical-coordinate representation of color #E6002C: hue angle of 348.52º 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 #E6002C is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.81 | 0.10 |
| HSL | 348.52º | 1% | 0.45% | - |
| HSV(B) | 348.52º | 1% | 0.9% | - |
| XYZ | 33.09 | 17 | 3.92 | - |
| YUV | 73.79 | 111.2 | 239.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 44 | 0 | 1 | 0.81 | 0.10 | 348.52 | 1 | 0.45 |
| Hex | E6 | 0 | 2C | 0 | 64 | 51 | A | 15D | 64 | 2D |
| Octal | 346 | 0 | 54 | 0 | 144 | 121 | 12 | 535 | 144 | 55 |
| Binary | 11100110 | 0 | 101100 | 0 | 1100100 | 1010001 | 1010 | 101011101 | 1100100 | 101101 |
Color Harmonies of #E6002C
Complementary color
Monochromatic Colors of #E6002C
Black with #E6002C
Text Example
Text Example
White with #E6002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6002C; }
p { color: rgb(230,0,44); }
H1.HeaderClassName
{
color: #E6002C;
}
.AnyTagClassName
{
color: #E6002C;
}
</style>
background-color css
<style>
a { background-color: #E6002C; }
a { background-color: rgb(230,0,44); }
div.DivClassName
{
background-color: #E6002C;
}
.BgClassName
{
background-color: #E6002C;
}
</style>
border-color css
<style>
span { border-color: #E6002C; }
span { border-color: rgb(230,0,44); }
td.TdClassName
{
border-color: #E6002C;
}
.TagClassName
{
border-color: #E6002C;
}
</style>