Shades of Crimson #E6033D
Tints of Crimson #E6033D
RGB
CMYK
RGB Variations
Color information
#E6033D (or 0xE6033D) is known color: Crimson. HEX triplet: E6, 03 and 3D. RGB value is (230,3,61). Sum of RGB (Red+Green+Blue) = 230+3+61=294 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.23% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 230 - color contains mainly: red. Hex color #E6033D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6033D is #19FCC2. Grayscale: #4D4D4D. Windows color (decimal): -1703107 or 3998694. OLE color: 3998694.
HSL color Cylindrical-coordinate representation of color #E6033D: hue angle of 344.67º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6033D is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 61 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.10 |
| HSL | 344.67º | 0.97% | 0.46% | - |
| HSV(B) | 344.67º | 0.99% | 0.9% | - |
| XYZ | 33.51 | 17.23 | 5.97 | - |
| YUV | 77.49 | 118.71 | 236.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 61 | 0 | 0.99 | 0.73 | 0.10 | 344.67 | 0.97 | 0.46 |
| Hex | E6 | 3 | 3D | 0 | 63 | 49 | A | 159 | 61 | 2E |
| Octal | 346 | 3 | 75 | 0 | 143 | 111 | 12 | 531 | 141 | 56 |
| Binary | 11100110 | 11 | 111101 | 0 | 1100011 | 1001001 | 1010 | 101011001 | 1100001 | 101110 |
Color Harmonies of #E6033D
Complementary color
Monochromatic Colors of #E6033D
Black with #E6033D
Text Example
Text Example
White with #E6033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6033D; }
p { color: rgb(230,3,61); }
H1.HeaderClassName
{
color: #E6033D;
}
.AnyTagClassName
{
color: #E6033D;
}
</style>
background-color css
<style>
a { background-color: #E6033D; }
a { background-color: rgb(230,3,61); }
div.DivClassName
{
background-color: #E6033D;
}
.BgClassName
{
background-color: #E6033D;
}
</style>
border-color css
<style>
span { border-color: #E6033D; }
span { border-color: rgb(230,3,61); }
td.TdClassName
{
border-color: #E6033D;
}
.TagClassName
{
border-color: #E6033D;
}
</style>