Shades of Crimson #E6043D
Tints of Crimson #E6043D
RGB
CMYK
RGB Variations
Color information
#E6043D (or 0xE6043D) is known color: Crimson. HEX triplet: E6, 04 and 3D. RGB value is (230,4,61). Sum of RGB (Red+Green+Blue) = 230+4+61=295 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.97% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 230 - color contains mainly: red. Hex color #E6043D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6043D is #19FBC2. Grayscale: #4E4E4E. Windows color (decimal): -1702851 or 3998950. OLE color: 3998950.
HSL color Cylindrical-coordinate representation of color #E6043D: hue angle of 344.87º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6043D is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 61 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.10 |
| HSL | 344.87º | 0.97% | 0.46% | - |
| HSV(B) | 344.87º | 0.98% | 0.9% | - |
| XYZ | 33.52 | 17.25 | 5.98 | - |
| YUV | 78.07 | 118.37 | 236.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 61 | 0 | 0.98 | 0.73 | 0.10 | 344.87 | 0.97 | 0.46 |
| Hex | E6 | 4 | 3D | 0 | 62 | 49 | A | 159 | 61 | 2E |
| Octal | 346 | 4 | 75 | 0 | 142 | 111 | 12 | 531 | 141 | 56 |
| Binary | 11100110 | 100 | 111101 | 0 | 1100010 | 1001001 | 1010 | 101011001 | 1100001 | 101110 |
Color Harmonies of #E6043D
Complementary color
Monochromatic Colors of #E6043D
Black with #E6043D
Text Example
Text Example
White with #E6043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6043D; }
p { color: rgb(230,4,61); }
H1.HeaderClassName
{
color: #E6043D;
}
.AnyTagClassName
{
color: #E6043D;
}
</style>
background-color css
<style>
a { background-color: #E6043D; }
a { background-color: rgb(230,4,61); }
div.DivClassName
{
background-color: #E6043D;
}
.BgClassName
{
background-color: #E6043D;
}
</style>
border-color css
<style>
span { border-color: #E6043D; }
span { border-color: rgb(230,4,61); }
td.TdClassName
{
border-color: #E6043D;
}
.TagClassName
{
border-color: #E6043D;
}
</style>