Shades of Scarlet #F5271E
Tints of Scarlet #F5271E
RGB
CMYK
RGB Variations
Color information
#F5271E (or 0xF5271E) is known color: Scarlet. HEX triplet: F5, 27 and 1E. RGB value is (245,39,30). Sum of RGB (Red+Green+Blue) = 245+39+30=314 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.03% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 245 - color contains mainly: red. Hex color #F5271E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5271E is #0AD8E1. Grayscale: #636363. Windows color (decimal): -710882 or 1976309. OLE color: 1976309.
HSL color Cylindrical-coordinate representation of color #F5271E: hue angle of 2.51º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5271E is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 39 | 30 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.04 |
| HSL | 2.51º | 0.91% | 0.54% | - |
| HSV(B) | 2.51º | 0.88% | 0.96% | - |
| XYZ | 38.62 | 20.96 | 3.24 | - |
| YUV | 99.57 | 88.75 | 231.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 39 | 30 | 0 | 0.84 | 0.88 | 0.04 | 2.51 | 0.91 | 0.54 |
| Hex | F5 | 27 | 1E | 0 | 54 | 58 | 4 | 3 | 5B | 36 |
| Octal | 365 | 47 | 36 | 0 | 124 | 130 | 4 | 3 | 133 | 66 |
| Binary | 11110101 | 100111 | 11110 | 0 | 1010100 | 1011000 | 100 | 11 | 1011011 | 110110 |
Color Harmonies of #F5271E
Complementary color
Monochromatic Colors of #F5271E
Black with #F5271E
Text Example
Text Example
White with #F5271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5271E; }
p { color: rgb(245,39,30); }
H1.HeaderClassName
{
color: #F5271E;
}
.AnyTagClassName
{
color: #F5271E;
}
</style>
background-color css
<style>
a { background-color: #F5271E; }
a { background-color: rgb(245,39,30); }
div.DivClassName
{
background-color: #F5271E;
}
.BgClassName
{
background-color: #F5271E;
}
</style>
border-color css
<style>
span { border-color: #F5271E; }
span { border-color: rgb(245,39,30); }
td.TdClassName
{
border-color: #F5271E;
}
.TagClassName
{
border-color: #F5271E;
}
</style>