Shades of Scarlet #E72F00
Tints of Scarlet #E72F00
RGB
CMYK
RGB Variations
Color information
#E72F00 (or 0xE72F00) is known color: Scarlet. HEX triplet: E7, 2F and 00. RGB value is (231,47,0). Sum of RGB (Red+Green+Blue) = 231+47+0=278 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.09% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 231 - color contains mainly: red. Hex color #E72F00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72F00 is #18D0FF. Grayscale: #616161. Windows color (decimal): -1626368 or 12263. OLE color: 12263.
HSL color Cylindrical-coordinate representation of color #E72F00: hue angle of 12.21º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E72F00 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 47 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.09 |
| HSL | 12.21º | 1% | 0.45% | - |
| HSV(B) | 12.21º | 1% | 0.91% | - |
| XYZ | 33.97 | 19.02 | 1.88 | - |
| YUV | 96.66 | 73.46 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 47 | 0 | 0 | 0.80 | 1 | 0.09 | 12.21 | 1 | 0.45 |
| Hex | E7 | 2F | 0 | 0 | 50 | 64 | 9 | C | 64 | 2D |
| Octal | 347 | 57 | 0 | 0 | 120 | 144 | 11 | 14 | 144 | 55 |
| Binary | 11100111 | 101111 | 0 | 0 | 1010000 | 1100100 | 1001 | 1100 | 1100100 | 101101 |
Color Harmonies of #E72F00
Complementary color
Monochromatic Colors of #E72F00
Black with #E72F00
Text Example
Text Example
White with #E72F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72F00; }
p { color: rgb(231,47,0); }
H1.HeaderClassName
{
color: #E72F00;
}
.AnyTagClassName
{
color: #E72F00;
}
</style>
background-color css
<style>
a { background-color: #E72F00; }
a { background-color: rgb(231,47,0); }
div.DivClassName
{
background-color: #E72F00;
}
.BgClassName
{
background-color: #E72F00;
}
</style>
border-color css
<style>
span { border-color: #E72F00; }
span { border-color: rgb(231,47,0); }
td.TdClassName
{
border-color: #E72F00;
}
.TagClassName
{
border-color: #E72F00;
}
</style>