Shades of Crimson #E4063B
Tints of Crimson #E4063B
RGB
CMYK
RGB Variations
Color information
#E4063B (or 0xE4063B) is known color: Crimson. HEX triplet: E4, 06 and 3B. RGB value is (228,6,59). Sum of RGB (Red+Green+Blue) = 228+6+59=293 (38% of max value = 765). Red value is 228 (89.45% from 255 or 77.82% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 228 - color contains mainly: red. Hex color #E4063B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4063B is #1BF9C4. Grayscale: #4E4E4E. Windows color (decimal): -1833413 or 3868388. OLE color: 3868388.
HSL color Cylindrical-coordinate representation of color #E4063B: hue angle of 345.68º 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 #E4063B is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 6 | 59 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.11 |
| HSL | 345.68º | 0.95% | 0.46% | - |
| HSV(B) | 345.68º | 0.97% | 0.89% | - |
| XYZ | 32.85 | 16.94 | 5.68 | - |
| YUV | 78.42 | 117.05 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 59 | 0 | 0.97 | 0.74 | 0.11 | 345.68 | 0.95 | 0.46 |
| Hex | E4 | 6 | 3B | 0 | 61 | 4A | B | 15A | 5F | 2E |
| Octal | 344 | 6 | 73 | 0 | 141 | 112 | 13 | 532 | 137 | 56 |
| Binary | 11100100 | 110 | 111011 | 0 | 1100001 | 1001010 | 1011 | 101011010 | 1011111 | 101110 |
Color Harmonies of #E4063B
Complementary color
Monochromatic Colors of #E4063B
Black with #E4063B
Text Example
Text Example
White with #E4063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4063B; }
p { color: rgb(228,6,59); }
H1.HeaderClassName
{
color: #E4063B;
}
.AnyTagClassName
{
color: #E4063B;
}
</style>
background-color css
<style>
a { background-color: #E4063B; }
a { background-color: rgb(228,6,59); }
div.DivClassName
{
background-color: #E4063B;
}
.BgClassName
{
background-color: #E4063B;
}
</style>
border-color css
<style>
span { border-color: #E4063B; }
span { border-color: rgb(228,6,59); }
td.TdClassName
{
border-color: #E4063B;
}
.TagClassName
{
border-color: #E4063B;
}
</style>