Shades of Crimson #E6002F
Tints of Crimson #E6002F
RGB
CMYK
RGB Variations
Color information
#E6002F (or 0xE6002F) is known color: Crimson. HEX triplet: E6, 00 and 2F. RGB value is (230,0,47). Sum of RGB (Red+Green+Blue) = 230+0+47=277 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.03% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 230 - color contains mainly: red. Hex color #E6002F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6002F is #19FFD0. Grayscale: #4A4A4A. Windows color (decimal): -1703889 or 3080422. OLE color: 3080422.
HSL color Cylindrical-coordinate representation of color #E6002F: hue angle of 347.74º 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 #E6002F is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.80 | 0.10 |
| HSL | 347.74º | 1% | 0.45% | - |
| HSV(B) | 347.74º | 1% | 0.9% | - |
| XYZ | 33.15 | 17.03 | 4.23 | - |
| YUV | 74.13 | 112.7 | 239.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 47 | 0 | 1 | 0.80 | 0.10 | 347.74 | 1 | 0.45 |
| Hex | E6 | 0 | 2F | 0 | 64 | 50 | A | 15C | 64 | 2D |
| Octal | 346 | 0 | 57 | 0 | 144 | 120 | 12 | 534 | 144 | 55 |
| Binary | 11100110 | 0 | 101111 | 0 | 1100100 | 1010000 | 1010 | 101011100 | 1100100 | 101101 |
Color Harmonies of #E6002F
Complementary color
Monochromatic Colors of #E6002F
Black with #E6002F
Text Example
Text Example
White with #E6002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6002F; }
p { color: rgb(230,0,47); }
H1.HeaderClassName
{
color: #E6002F;
}
.AnyTagClassName
{
color: #E6002F;
}
</style>
background-color css
<style>
a { background-color: #E6002F; }
a { background-color: rgb(230,0,47); }
div.DivClassName
{
background-color: #E6002F;
}
.BgClassName
{
background-color: #E6002F;
}
</style>
border-color css
<style>
span { border-color: #E6002F; }
span { border-color: rgb(230,0,47); }
td.TdClassName
{
border-color: #E6002F;
}
.TagClassName
{
border-color: #E6002F;
}
</style>