Shades of Crimson #E0063F
Tints of Crimson #E0063F
RGB
CMYK
RGB Variations
Color information
#E0063F (or 0xE0063F) is known color: Crimson. HEX triplet: E0, 06 and 3F. RGB value is (224,6,63). Sum of RGB (Red+Green+Blue) = 224+6+63=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E0063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0063F is #1FF9C0. Grayscale: #4D4D4D. Windows color (decimal): -2095553 or 4130528. OLE color: 4130528.
HSL color Cylindrical-coordinate representation of color #E0063F: hue angle of 344.31º 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 #E0063F is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 63 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.12 |
| HSL | 344.31º | 0.95% | 0.45% | - |
| HSV(B) | 344.31º | 0.97% | 0.88% | - |
| XYZ | 31.7 | 16.34 | 6.18 | - |
| YUV | 77.68 | 119.72 | 232.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 63 | 0 | 0.97 | 0.72 | 0.12 | 344.31 | 0.95 | 0.45 |
| Hex | E0 | 6 | 3F | 0 | 61 | 48 | C | 158 | 5F | 2D |
| Octal | 340 | 6 | 77 | 0 | 141 | 110 | 14 | 530 | 137 | 55 |
| Binary | 11100000 | 110 | 111111 | 0 | 1100001 | 1001000 | 1100 | 101011000 | 1011111 | 101101 |
Color Harmonies of #E0063F
Complementary color
Monochromatic Colors of #E0063F
Black with #E0063F
Text Example
Text Example
White with #E0063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0063F; }
p { color: rgb(224,6,63); }
H1.HeaderClassName
{
color: #E0063F;
}
.AnyTagClassName
{
color: #E0063F;
}
</style>
background-color css
<style>
a { background-color: #E0063F; }
a { background-color: rgb(224,6,63); }
div.DivClassName
{
background-color: #E0063F;
}
.BgClassName
{
background-color: #E0063F;
}
</style>
border-color css
<style>
span { border-color: #E0063F; }
span { border-color: rgb(224,6,63); }
td.TdClassName
{
border-color: #E0063F;
}
.TagClassName
{
border-color: #E0063F;
}
</style>