Shades of Crimson #E6003B
Tints of Crimson #E6003B
RGB
CMYK
RGB Variations
Color information
#E6003B (or 0xE6003B) is known color: Crimson. HEX triplet: E6, 00 and 3B. RGB value is (230,0,59). Sum of RGB (Red+Green+Blue) = 230+0+59=289 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.58% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 230 - color contains mainly: red. Hex color #E6003B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6003B is #19FFC4. Grayscale: #4B4B4B. Windows color (decimal): -1703877 or 3866854. OLE color: 3866854.
HSL color Cylindrical-coordinate representation of color #E6003B: hue angle of 344.61º 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 #E6003B is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.74 | 0.10 |
| HSL | 344.61º | 1% | 0.45% | - |
| HSV(B) | 344.61º | 1% | 0.9% | - |
| XYZ | 33.42 | 17.14 | 5.68 | - |
| YUV | 75.5 | 118.7 | 238.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 59 | 0 | 1 | 0.74 | 0.10 | 344.61 | 1 | 0.45 |
| Hex | E6 | 0 | 3B | 0 | 64 | 4A | A | 159 | 64 | 2D |
| Octal | 346 | 0 | 73 | 0 | 144 | 112 | 12 | 531 | 144 | 55 |
| Binary | 11100110 | 0 | 111011 | 0 | 1100100 | 1001010 | 1010 | 101011001 | 1100100 | 101101 |
Color Harmonies of #E6003B
Complementary color
Monochromatic Colors of #E6003B
Black with #E6003B
Text Example
Text Example
White with #E6003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6003B; }
p { color: rgb(230,0,59); }
H1.HeaderClassName
{
color: #E6003B;
}
.AnyTagClassName
{
color: #E6003B;
}
</style>
background-color css
<style>
a { background-color: #E6003B; }
a { background-color: rgb(230,0,59); }
div.DivClassName
{
background-color: #E6003B;
}
.BgClassName
{
background-color: #E6003B;
}
</style>
border-color css
<style>
span { border-color: #E6003B; }
span { border-color: rgb(230,0,59); }
td.TdClassName
{
border-color: #E6003B;
}
.TagClassName
{
border-color: #E6003B;
}
</style>