Shades of Scarlet #F5271B
Tints of Scarlet #F5271B
RGB
CMYK
RGB Variations
Color information
#F5271B (or 0xF5271B) is known color: Scarlet. HEX triplet: F5, 27 and 1B. RGB value is (245,39,27). Sum of RGB (Red+Green+Blue) = 245+39+27=311 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.78% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 245 - color contains mainly: red. Hex color #F5271B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5271B is #0AD8E4. Grayscale: #636363. Windows color (decimal): -710885 or 1779701. OLE color: 1779701.
HSL color Cylindrical-coordinate representation of color #F5271B: hue angle of 3.3º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5271B is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 39 | 27 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.04 |
| HSL | 3.3º | 0.92% | 0.53% | - |
| HSV(B) | 3.3º | 0.89% | 0.96% | - |
| XYZ | 38.58 | 20.94 | 3.05 | - |
| YUV | 99.23 | 87.25 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 39 | 27 | 0 | 0.84 | 0.89 | 0.04 | 3.3 | 0.92 | 0.53 |
| Hex | F5 | 27 | 1B | 0 | 54 | 59 | 4 | 3 | 5C | 35 |
| Octal | 365 | 47 | 33 | 0 | 124 | 131 | 4 | 3 | 134 | 65 |
| Binary | 11110101 | 100111 | 11011 | 0 | 1010100 | 1011001 | 100 | 11 | 1011100 | 110101 |
Color Harmonies of #F5271B
Complementary color
Monochromatic Colors of #F5271B
Black with #F5271B
Text Example
Text Example
White with #F5271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5271B; }
p { color: rgb(245,39,27); }
H1.HeaderClassName
{
color: #F5271B;
}
.AnyTagClassName
{
color: #F5271B;
}
</style>
background-color css
<style>
a { background-color: #F5271B; }
a { background-color: rgb(245,39,27); }
div.DivClassName
{
background-color: #F5271B;
}
.BgClassName
{
background-color: #F5271B;
}
</style>
border-color css
<style>
span { border-color: #F5271B; }
span { border-color: rgb(245,39,27); }
td.TdClassName
{
border-color: #F5271B;
}
.TagClassName
{
border-color: #F5271B;
}
</style>