Shades of Crimson #E30435
Tints of Crimson #E30435
RGB
CMYK
RGB Variations
Color information
#E30435 (or 0xE30435) is known color: Crimson. HEX triplet: E3, 04 and 35. RGB value is (227,4,53). Sum of RGB (Red+Green+Blue) = 227+4+53=284 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.93% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 227 - color contains mainly: red. Hex color #E30435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30435 is #1CFBCA. Grayscale: #4C4C4C. Windows color (decimal): -1899467 or 3474659. OLE color: 3474659.
HSL color Cylindrical-coordinate representation of color #E30435: hue angle of 346.82º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E30435 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 4 | 53 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.11 |
| HSL | 346.82º | 0.97% | 0.45% | - |
| HSV(B) | 346.82º | 0.98% | 0.89% | - |
| XYZ | 32.36 | 16.67 | 4.88 | - |
| YUV | 76.26 | 114.88 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 4 | 53 | 0 | 0.98 | 0.77 | 0.11 | 346.82 | 0.97 | 0.45 |
| Hex | E3 | 4 | 35 | 0 | 62 | 4D | B | 15B | 61 | 2D |
| Octal | 343 | 4 | 65 | 0 | 142 | 115 | 13 | 533 | 141 | 55 |
| Binary | 11100011 | 100 | 110101 | 0 | 1100010 | 1001101 | 1011 | 101011011 | 1100001 | 101101 |
Color Harmonies of #E30435
Complementary color
Monochromatic Colors of #E30435
Black with #E30435
Text Example
Text Example
White with #E30435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30435; }
p { color: rgb(227,4,53); }
H1.HeaderClassName
{
color: #E30435;
}
.AnyTagClassName
{
color: #E30435;
}
</style>
background-color css
<style>
a { background-color: #E30435; }
a { background-color: rgb(227,4,53); }
div.DivClassName
{
background-color: #E30435;
}
.BgClassName
{
background-color: #E30435;
}
</style>
border-color css
<style>
span { border-color: #E30435; }
span { border-color: rgb(227,4,53); }
td.TdClassName
{
border-color: #E30435;
}
.TagClassName
{
border-color: #E30435;
}
</style>