Shades of Crimson #E4063F
Tints of Crimson #E4063F
RGB
CMYK
RGB Variations
Color information
#E4063F (or 0xE4063F) is known color: Crimson. HEX triplet: E4, 06 and 3F. RGB value is (228,6,63). Sum of RGB (Red+Green+Blue) = 228+6+63=297 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.77% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 228 - color contains mainly: red. Hex color #E4063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4063F is #1BF9C0. Grayscale: #4E4E4E. Windows color (decimal): -1833409 or 4130532. OLE color: 4130532.
HSL color Cylindrical-coordinate representation of color #E4063F: hue angle of 344.59º 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 #E4063F is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 6 | 63 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.11 |
| HSL | 344.59º | 0.95% | 0.46% | - |
| HSV(B) | 344.59º | 0.97% | 0.89% | - |
| XYZ | 32.96 | 16.98 | 6.24 | - |
| YUV | 78.88 | 119.05 | 234.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 63 | 0 | 0.97 | 0.72 | 0.11 | 344.59 | 0.95 | 0.46 |
| Hex | E4 | 6 | 3F | 0 | 61 | 48 | B | 159 | 5F | 2E |
| Octal | 344 | 6 | 77 | 0 | 141 | 110 | 13 | 531 | 137 | 56 |
| Binary | 11100100 | 110 | 111111 | 0 | 1100001 | 1001000 | 1011 | 101011001 | 1011111 | 101110 |
Color Harmonies of #E4063F
Complementary color
Monochromatic Colors of #E4063F
Black with #E4063F
Text Example
Text Example
White with #E4063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4063F; }
p { color: rgb(228,6,63); }
H1.HeaderClassName
{
color: #E4063F;
}
.AnyTagClassName
{
color: #E4063F;
}
</style>
background-color css
<style>
a { background-color: #E4063F; }
a { background-color: rgb(228,6,63); }
div.DivClassName
{
background-color: #E4063F;
}
.BgClassName
{
background-color: #E4063F;
}
</style>
border-color css
<style>
span { border-color: #E4063F; }
span { border-color: rgb(228,6,63); }
td.TdClassName
{
border-color: #E4063F;
}
.TagClassName
{
border-color: #E4063F;
}
</style>