Shades of Scarlet #E32600
Tints of Scarlet #E32600
RGB
CMYK
RGB Variations
Color information
#E32600 (or 0xE32600) is known color: Scarlet. HEX triplet: E3, 26 and 00. RGB value is (227,38,0). Sum of RGB (Red+Green+Blue) = 227+38+0=265 (35% of max value = 765). Red value is 227 (89.06% from 255 or 85.66% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 227 - color contains mainly: red. Hex color #E32600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32600 is #1CD9FF. Grayscale: #5A5A5A. Windows color (decimal): -1890816 or 9955. OLE color: 9955.
HSL color Cylindrical-coordinate representation of color #E32600: hue angle of 10.04º 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 #E32600 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.11 |
| HSL | 10.04º | 1% | 0.45% | - |
| HSV(B) | 10.04º | 1% | 0.89% | - |
| XYZ | 32.37 | 17.72 | 1.71 | - |
| YUV | 90.18 | 77.12 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 0 | 0 | 0.83 | 1 | 0.11 | 10.04 | 1 | 0.45 |
| Hex | E3 | 26 | 0 | 0 | 53 | 64 | B | A | 64 | 2D |
| Octal | 343 | 46 | 0 | 0 | 123 | 144 | 13 | 12 | 144 | 55 |
| Binary | 11100011 | 100110 | 0 | 0 | 1010011 | 1100100 | 1011 | 1010 | 1100100 | 101101 |
Color Harmonies of #E32600
Complementary color
Monochromatic Colors of #E32600
Black with #E32600
Text Example
Text Example
White with #E32600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32600; }
p { color: rgb(227,38,0); }
H1.HeaderClassName
{
color: #E32600;
}
.AnyTagClassName
{
color: #E32600;
}
</style>
background-color css
<style>
a { background-color: #E32600; }
a { background-color: rgb(227,38,0); }
div.DivClassName
{
background-color: #E32600;
}
.BgClassName
{
background-color: #E32600;
}
</style>
border-color css
<style>
span { border-color: #E32600; }
span { border-color: rgb(227,38,0); }
td.TdClassName
{
border-color: #E32600;
}
.TagClassName
{
border-color: #E32600;
}
</style>