Shades of Crimson #E6032D
Tints of Crimson #E6032D
RGB
CMYK
RGB Variations
Color information
#E6032D (or 0xE6032D) is known color: Crimson. HEX triplet: E6, 03 and 2D. RGB value is (230,3,45). Sum of RGB (Red+Green+Blue) = 230+3+45=278 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.73% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 230 - color contains mainly: red. Hex color #E6032D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6032D is #19FCD2. Grayscale: #4B4B4B. Windows color (decimal): -1703123 or 2950118. OLE color: 2950118.
HSL color Cylindrical-coordinate representation of color #E6032D: hue angle of 348.9º 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 #E6032D is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 45 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.10 |
| HSL | 348.9º | 0.97% | 0.46% | - |
| HSV(B) | 348.9º | 0.99% | 0.9% | - |
| XYZ | 33.14 | 17.08 | 4.03 | - |
| YUV | 75.66 | 110.71 | 238.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 45 | 0 | 0.99 | 0.80 | 0.10 | 348.9 | 0.97 | 0.46 |
| Hex | E6 | 3 | 2D | 0 | 63 | 50 | A | 15D | 61 | 2E |
| Octal | 346 | 3 | 55 | 0 | 143 | 120 | 12 | 535 | 141 | 56 |
| Binary | 11100110 | 11 | 101101 | 0 | 1100011 | 1010000 | 1010 | 101011101 | 1100001 | 101110 |
Color Harmonies of #E6032D
Complementary color
Monochromatic Colors of #E6032D
Black with #E6032D
Text Example
Text Example
White with #E6032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6032D; }
p { color: rgb(230,3,45); }
H1.HeaderClassName
{
color: #E6032D;
}
.AnyTagClassName
{
color: #E6032D;
}
</style>
background-color css
<style>
a { background-color: #E6032D; }
a { background-color: rgb(230,3,45); }
div.DivClassName
{
background-color: #E6032D;
}
.BgClassName
{
background-color: #E6032D;
}
</style>
border-color css
<style>
span { border-color: #E6032D; }
span { border-color: rgb(230,3,45); }
td.TdClassName
{
border-color: #E6032D;
}
.TagClassName
{
border-color: #E6032D;
}
</style>