Shades of Crimson #E30533
Tints of Crimson #E30533
RGB
CMYK
RGB Variations
Color information
#E30533 (or 0xE30533) is known color: Crimson. HEX triplet: E3, 05 and 33. RGB value is (227,5,51). Sum of RGB (Red+Green+Blue) = 227+5+51=283 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.21% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 227 - color contains mainly: red. Hex color #E30533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30533 is #1CFACC. Grayscale: #4C4C4C. Windows color (decimal): -1899213 or 3343843. OLE color: 3343843.
HSL color Cylindrical-coordinate representation of color #E30533: hue angle of 347.57º degrees, saturation: 0.96, 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 #E30533 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 51 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.11 |
| HSL | 347.57º | 0.96% | 0.45% | - |
| HSV(B) | 347.57º | 0.98% | 0.89% | - |
| XYZ | 32.33 | 16.68 | 4.65 | - |
| YUV | 76.62 | 113.55 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 51 | 0 | 0.98 | 0.78 | 0.11 | 347.57 | 0.96 | 0.45 |
| Hex | E3 | 5 | 33 | 0 | 62 | 4E | B | 15C | 60 | 2D |
| Octal | 343 | 5 | 63 | 0 | 142 | 116 | 13 | 534 | 140 | 55 |
| Binary | 11100011 | 101 | 110011 | 0 | 1100010 | 1001110 | 1011 | 101011100 | 1100000 | 101101 |
Color Harmonies of #E30533
Complementary color
Monochromatic Colors of #E30533
Black with #E30533
Text Example
Text Example
White with #E30533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30533; }
p { color: rgb(227,5,51); }
H1.HeaderClassName
{
color: #E30533;
}
.AnyTagClassName
{
color: #E30533;
}
</style>
background-color css
<style>
a { background-color: #E30533; }
a { background-color: rgb(227,5,51); }
div.DivClassName
{
background-color: #E30533;
}
.BgClassName
{
background-color: #E30533;
}
</style>
border-color css
<style>
span { border-color: #E30533; }
span { border-color: rgb(227,5,51); }
td.TdClassName
{
border-color: #E30533;
}
.TagClassName
{
border-color: #E30533;
}
</style>