Shades of Crimson #E4082B
Tints of Crimson #E4082B
RGB
CMYK
RGB Variations
Color information
#E4082B (or 0xE4082B) is known color: Crimson. HEX triplet: E4, 08 and 2B. RGB value is (228,8,43). Sum of RGB (Red+Green+Blue) = 228+8+43=279 (36% of max value = 765). Red value is 228 (89.45% from 255 or 81.72% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 228 - color contains mainly: red. Hex color #E4082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4082B is #1BF7D4. Grayscale: #4D4D4D. Windows color (decimal): -1832917 or 2820324. OLE color: 2820324.
HSL color Cylindrical-coordinate representation of color #E4082B: hue angle of 350.45º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E4082B is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 43 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.11 |
| HSL | 350.45º | 0.93% | 0.46% | - |
| HSV(B) | 350.45º | 0.96% | 0.89% | - |
| XYZ | 32.52 | 16.84 | 3.82 | - |
| YUV | 77.77 | 108.39 | 235.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 43 | 0 | 0.96 | 0.81 | 0.11 | 350.45 | 0.93 | 0.46 |
| Hex | E4 | 8 | 2B | 0 | 60 | 51 | B | 15E | 5D | 2E |
| Octal | 344 | 10 | 53 | 0 | 140 | 121 | 13 | 536 | 135 | 56 |
| Binary | 11100100 | 1000 | 101011 | 0 | 1100000 | 1010001 | 1011 | 101011110 | 1011101 | 101110 |
Color Harmonies of #E4082B
Complementary color
Monochromatic Colors of #E4082B
Black with #E4082B
Text Example
Text Example
White with #E4082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4082B; }
p { color: rgb(228,8,43); }
H1.HeaderClassName
{
color: #E4082B;
}
.AnyTagClassName
{
color: #E4082B;
}
</style>
background-color css
<style>
a { background-color: #E4082B; }
a { background-color: rgb(228,8,43); }
div.DivClassName
{
background-color: #E4082B;
}
.BgClassName
{
background-color: #E4082B;
}
</style>
border-color css
<style>
span { border-color: #E4082B; }
span { border-color: rgb(228,8,43); }
td.TdClassName
{
border-color: #E4082B;
}
.TagClassName
{
border-color: #E4082B;
}
</style>