Shades of Crimson #E1063D
Tints of Crimson #E1063D
RGB
CMYK
RGB Variations
Color information
#E1063D (or 0xE1063D) is known color: Crimson. HEX triplet: E1, 06 and 3D. RGB value is (225,6,61). Sum of RGB (Red+Green+Blue) = 225+6+61=292 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.05% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 225 - color contains mainly: red. Hex color #E1063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1063D is #1EF9C2. Grayscale: #4D4D4D. Windows color (decimal): -2030019 or 3999457. OLE color: 3999457.
HSL color Cylindrical-coordinate representation of color #E1063D: hue angle of 344.93º 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 #E1063D is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 6 | 61 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.12 |
| HSL | 344.93º | 0.95% | 0.45% | - |
| HSV(B) | 344.93º | 0.97% | 0.88% | - |
| XYZ | 31.96 | 16.47 | 5.91 | - |
| YUV | 77.75 | 118.55 | 233.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 6 | 61 | 0 | 0.97 | 0.73 | 0.12 | 344.93 | 0.95 | 0.45 |
| Hex | E1 | 6 | 3D | 0 | 61 | 49 | C | 159 | 5F | 2D |
| Octal | 341 | 6 | 75 | 0 | 141 | 111 | 14 | 531 | 137 | 55 |
| Binary | 11100001 | 110 | 111101 | 0 | 1100001 | 1001001 | 1100 | 101011001 | 1011111 | 101101 |
Color Harmonies of #E1063D
Complementary color
Monochromatic Colors of #E1063D
Black with #E1063D
Text Example
Text Example
White with #E1063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1063D; }
p { color: rgb(225,6,61); }
H1.HeaderClassName
{
color: #E1063D;
}
.AnyTagClassName
{
color: #E1063D;
}
</style>
background-color css
<style>
a { background-color: #E1063D; }
a { background-color: rgb(225,6,61); }
div.DivClassName
{
background-color: #E1063D;
}
.BgClassName
{
background-color: #E1063D;
}
</style>
border-color css
<style>
span { border-color: #E1063D; }
span { border-color: rgb(225,6,61); }
td.TdClassName
{
border-color: #E1063D;
}
.TagClassName
{
border-color: #E1063D;
}
</style>