Shades of Scarlet #E32F03
Tints of Scarlet #E32F03
RGB
CMYK
RGB Variations
Color information
#E32F03 (or 0xE32F03) is known color: Scarlet. HEX triplet: E3, 2F and 03. RGB value is (227,47,3). Sum of RGB (Red+Green+Blue) = 227+47+3=277 (36% of max value = 765). Red value is 227 (89.06% from 255 or 81.95% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32F03 is #1CD0FC. Grayscale: #606060. Windows color (decimal): -1888509 or 208867. OLE color: 208867.
HSL color Cylindrical-coordinate representation of color #E32F03: hue angle of 11.79º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E32F03 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 3 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.11 |
| HSL | 11.79º | 0.97% | 0.45% | - |
| HSV(B) | 11.79º | 0.99% | 0.89% | - |
| XYZ | 32.71 | 18.37 | 1.91 | - |
| YUV | 95.8 | 75.63 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 3 | 0 | 0.79 | 0.99 | 0.11 | 11.79 | 0.97 | 0.45 |
| Hex | E3 | 2F | 3 | 0 | 4F | 63 | B | C | 61 | 2D |
| Octal | 343 | 57 | 3 | 0 | 117 | 143 | 13 | 14 | 141 | 55 |
| Binary | 11100011 | 101111 | 11 | 0 | 1001111 | 1100011 | 1011 | 1100 | 1100001 | 101101 |
Color Harmonies of #E32F03
Complementary color
Monochromatic Colors of #E32F03
Black with #E32F03
Text Example
Text Example
White with #E32F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32F03; }
p { color: rgb(227,47,3); }
H1.HeaderClassName
{
color: #E32F03;
}
.AnyTagClassName
{
color: #E32F03;
}
</style>
background-color css
<style>
a { background-color: #E32F03; }
a { background-color: rgb(227,47,3); }
div.DivClassName
{
background-color: #E32F03;
}
.BgClassName
{
background-color: #E32F03;
}
</style>
border-color css
<style>
span { border-color: #E32F03; }
span { border-color: rgb(227,47,3); }
td.TdClassName
{
border-color: #E32F03;
}
.TagClassName
{
border-color: #E32F03;
}
</style>