Shades of Crimson #E1063F
Tints of Crimson #E1063F
RGB
CMYK
RGB Variations
Color information
#E1063F (or 0xE1063F) is known color: Crimson. HEX triplet: E1, 06 and 3F. RGB value is (225,6,63). Sum of RGB (Red+Green+Blue) = 225+6+63=294 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.53% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 225 - color contains mainly: red. Hex color #E1063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1063F is #1EF9C0. Grayscale: #4D4D4D. Windows color (decimal): -2030017 or 4130529. OLE color: 4130529.
HSL color Cylindrical-coordinate representation of color #E1063F: hue angle of 344.38º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1063F is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 6 | 63 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.12 |
| HSL | 344.38º | 0.95% | 0.45% | - |
| HSV(B) | 344.38º | 0.97% | 0.88% | - |
| XYZ | 32.01 | 16.5 | 6.2 | - |
| YUV | 77.98 | 119.55 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 6 | 63 | 0 | 0.97 | 0.72 | 0.12 | 344.38 | 0.95 | 0.45 |
| Hex | E1 | 6 | 3F | 0 | 61 | 48 | C | 158 | 5F | 2D |
| Octal | 341 | 6 | 77 | 0 | 141 | 110 | 14 | 530 | 137 | 55 |
| Binary | 11100001 | 110 | 111111 | 0 | 1100001 | 1001000 | 1100 | 101011000 | 1011111 | 101101 |
Color Harmonies of #E1063F
Complementary color
Monochromatic Colors of #E1063F
Black with #E1063F
Text Example
Text Example
White with #E1063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1063F; }
p { color: rgb(225,6,63); }
H1.HeaderClassName
{
color: #E1063F;
}
.AnyTagClassName
{
color: #E1063F;
}
</style>
background-color css
<style>
a { background-color: #E1063F; }
a { background-color: rgb(225,6,63); }
div.DivClassName
{
background-color: #E1063F;
}
.BgClassName
{
background-color: #E1063F;
}
</style>
border-color css
<style>
span { border-color: #E1063F; }
span { border-color: rgb(225,6,63); }
td.TdClassName
{
border-color: #E1063F;
}
.TagClassName
{
border-color: #E1063F;
}
</style>