Shades of Crimson #E6002D
Tints of Crimson #E6002D
RGB
CMYK
RGB Variations
Color information
#E6002D (or 0xE6002D) is known color: Crimson. HEX triplet: E6, 00 and 2D. RGB value is (230,0,45). Sum of RGB (Red+Green+Blue) = 230+0+45=275 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.64% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 230 - color contains mainly: red. Hex color #E6002D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6002D is #19FFD2. Grayscale: #494949. Windows color (decimal): -1703891 or 2949350. OLE color: 2949350.
HSL color Cylindrical-coordinate representation of color #E6002D: hue angle of 348.26º 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 #E6002D is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.80 | 0.10 |
| HSL | 348.26º | 1% | 0.45% | - |
| HSV(B) | 348.26º | 1% | 0.9% | - |
| XYZ | 33.11 | 17.01 | 4.02 | - |
| YUV | 73.9 | 111.7 | 239.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 45 | 0 | 1 | 0.80 | 0.10 | 348.26 | 1 | 0.45 |
| Hex | E6 | 0 | 2D | 0 | 64 | 50 | A | 15C | 64 | 2D |
| Octal | 346 | 0 | 55 | 0 | 144 | 120 | 12 | 534 | 144 | 55 |
| Binary | 11100110 | 0 | 101101 | 0 | 1100100 | 1010000 | 1010 | 101011100 | 1100100 | 101101 |
Color Harmonies of #E6002D
Complementary color
Monochromatic Colors of #E6002D
Black with #E6002D
Text Example
Text Example
White with #E6002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6002D; }
p { color: rgb(230,0,45); }
H1.HeaderClassName
{
color: #E6002D;
}
.AnyTagClassName
{
color: #E6002D;
}
</style>
background-color css
<style>
a { background-color: #E6002D; }
a { background-color: rgb(230,0,45); }
div.DivClassName
{
background-color: #E6002D;
}
.BgClassName
{
background-color: #E6002D;
}
</style>
border-color css
<style>
span { border-color: #E6002D; }
span { border-color: rgb(230,0,45); }
td.TdClassName
{
border-color: #E6002D;
}
.TagClassName
{
border-color: #E6002D;
}
</style>