Shades of Scarlet #E32300
Tints of Scarlet #E32300
RGB
CMYK
RGB Variations
Color information
#E32300 (or 0xE32300) is known color: Scarlet. HEX triplet: E3, 23 and 00. RGB value is (227,35,0). Sum of RGB (Red+Green+Blue) = 227+35+0=262 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.64% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 227 - color contains mainly: red. Hex color #E32300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32300 is #1CDCFF. Grayscale: #585858. Windows color (decimal): -1891584 or 9187. OLE color: 9187.
HSL color Cylindrical-coordinate representation of color #E32300: hue angle of 9.25º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E32300 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 35 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.11 |
| HSL | 9.25º | 1% | 0.45% | - |
| HSV(B) | 9.25º | 1% | 0.89% | - |
| XYZ | 32.28 | 17.53 | 1.68 | - |
| YUV | 88.42 | 78.11 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 35 | 0 | 0 | 0.85 | 1 | 0.11 | 9.25 | 1 | 0.45 |
| Hex | E3 | 23 | 0 | 0 | 55 | 64 | B | 9 | 64 | 2D |
| Octal | 343 | 43 | 0 | 0 | 125 | 144 | 13 | 11 | 144 | 55 |
| Binary | 11100011 | 100011 | 0 | 0 | 1010101 | 1100100 | 1011 | 1001 | 1100100 | 101101 |
Color Harmonies of #E32300
Complementary color
Monochromatic Colors of #E32300
Black with #E32300
Text Example
Text Example
White with #E32300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32300; }
p { color: rgb(227,35,0); }
H1.HeaderClassName
{
color: #E32300;
}
.AnyTagClassName
{
color: #E32300;
}
</style>
background-color css
<style>
a { background-color: #E32300; }
a { background-color: rgb(227,35,0); }
div.DivClassName
{
background-color: #E32300;
}
.BgClassName
{
background-color: #E32300;
}
</style>
border-color css
<style>
span { border-color: #E32300; }
span { border-color: rgb(227,35,0); }
td.TdClassName
{
border-color: #E32300;
}
.TagClassName
{
border-color: #E32300;
}
</style>