Shades of Crimson #E4063D
Tints of Crimson #E4063D
RGB
CMYK
RGB Variations
Color information
#E4063D (or 0xE4063D) is known color: Crimson. HEX triplet: E4, 06 and 3D. RGB value is (228,6,61). Sum of RGB (Red+Green+Blue) = 228+6+61=295 (39% of max value = 765). Red value is 228 (89.45% from 255 or 77.29% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 228 - color contains mainly: red. Hex color #E4063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4063D is #1BF9C2. Grayscale: #4E4E4E. Windows color (decimal): -1833411 or 3999460. OLE color: 3999460.
HSL color Cylindrical-coordinate representation of color #E4063D: hue angle of 345.14º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E4063D is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 6 | 61 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.11 |
| HSL | 345.14º | 0.95% | 0.46% | - |
| HSV(B) | 345.14º | 0.97% | 0.89% | - |
| XYZ | 32.9 | 16.96 | 5.95 | - |
| YUV | 78.65 | 118.05 | 234.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 61 | 0 | 0.97 | 0.73 | 0.11 | 345.14 | 0.95 | 0.46 |
| Hex | E4 | 6 | 3D | 0 | 61 | 49 | B | 159 | 5F | 2E |
| Octal | 344 | 6 | 75 | 0 | 141 | 111 | 13 | 531 | 137 | 56 |
| Binary | 11100100 | 110 | 111101 | 0 | 1100001 | 1001001 | 1011 | 101011001 | 1011111 | 101110 |
Color Harmonies of #E4063D
Complementary color
Monochromatic Colors of #E4063D
Black with #E4063D
Text Example
Text Example
White with #E4063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4063D; }
p { color: rgb(228,6,61); }
H1.HeaderClassName
{
color: #E4063D;
}
.AnyTagClassName
{
color: #E4063D;
}
</style>
background-color css
<style>
a { background-color: #E4063D; }
a { background-color: rgb(228,6,61); }
div.DivClassName
{
background-color: #E4063D;
}
.BgClassName
{
background-color: #E4063D;
}
</style>
border-color css
<style>
span { border-color: #E4063D; }
span { border-color: rgb(228,6,61); }
td.TdClassName
{
border-color: #E4063D;
}
.TagClassName
{
border-color: #E4063D;
}
</style>