Shades of Scarlet #F5280E
Tints of Scarlet #F5280E
RGB
CMYK
RGB Variations
Color information
#F5280E (or 0xF5280E) is known color: Scarlet. HEX triplet: F5, 28 and 0E. RGB value is (245,40,14). Sum of RGB (Red+Green+Blue) = 245+40+14=299 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.94% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 245 - color contains mainly: red. Hex color #F5280E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5280E is #0AD7F1. Grayscale: #626262. Windows color (decimal): -710642 or 927989. OLE color: 927989.
HSL color Cylindrical-coordinate representation of color #F5280E: hue angle of 6.75º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5280E is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 14 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.04 |
| HSL | 6.75º | 0.92% | 0.51% | - |
| HSV(B) | 6.75º | 0.94% | 0.96% | - |
| XYZ | 38.49 | 20.96 | 2.43 | - |
| YUV | 98.33 | 80.42 | 232.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 14 | 0 | 0.84 | 0.94 | 0.04 | 6.75 | 0.92 | 0.51 |
| Hex | F5 | 28 | E | 0 | 54 | 5E | 4 | 7 | 5C | 33 |
| Octal | 365 | 50 | 16 | 0 | 124 | 136 | 4 | 7 | 134 | 63 |
| Binary | 11110101 | 101000 | 1110 | 0 | 1010100 | 1011110 | 100 | 111 | 1011100 | 110011 |
Color Harmonies of #F5280E
Complementary color
Monochromatic Colors of #F5280E
Black with #F5280E
Text Example
Text Example
White with #F5280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5280E; }
p { color: rgb(245,40,14); }
H1.HeaderClassName
{
color: #F5280E;
}
.AnyTagClassName
{
color: #F5280E;
}
</style>
background-color css
<style>
a { background-color: #F5280E; }
a { background-color: rgb(245,40,14); }
div.DivClassName
{
background-color: #F5280E;
}
.BgClassName
{
background-color: #F5280E;
}
</style>
border-color css
<style>
span { border-color: #F5280E; }
span { border-color: rgb(245,40,14); }
td.TdClassName
{
border-color: #F5280E;
}
.TagClassName
{
border-color: #F5280E;
}
</style>