Shades of Scarlet #F5200E
Tints of Scarlet #F5200E
RGB
CMYK
RGB Variations
Color information
#F5200E (or 0xF5200E) is known color: Scarlet. HEX triplet: F5, 20 and 0E. RGB value is (245,32,14). Sum of RGB (Red+Green+Blue) = 245+32+14=291 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.19% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 245 - color contains mainly: red. Hex color #F5200E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5200E is #0ADFF1. Grayscale: #5D5D5D. Windows color (decimal): -712690 or 925941. OLE color: 925941.
HSL color Cylindrical-coordinate representation of color #F5200E: hue angle of 4.68º 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 #F5200E is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 14 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.04 |
| HSL | 4.68º | 0.92% | 0.51% | - |
| HSV(B) | 4.68º | 0.94% | 0.96% | - |
| XYZ | 38.25 | 20.48 | 2.35 | - |
| YUV | 93.64 | 83.07 | 235.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 14 | 0 | 0.87 | 0.94 | 0.04 | 4.68 | 0.92 | 0.51 |
| Hex | F5 | 20 | E | 0 | 57 | 5E | 4 | 5 | 5C | 33 |
| Octal | 365 | 40 | 16 | 0 | 127 | 136 | 4 | 5 | 134 | 63 |
| Binary | 11110101 | 100000 | 1110 | 0 | 1010111 | 1011110 | 100 | 101 | 1011100 | 110011 |
Color Harmonies of #F5200E
Complementary color
Monochromatic Colors of #F5200E
Black with #F5200E
Text Example
Text Example
White with #F5200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5200E; }
p { color: rgb(245,32,14); }
H1.HeaderClassName
{
color: #F5200E;
}
.AnyTagClassName
{
color: #F5200E;
}
</style>
background-color css
<style>
a { background-color: #F5200E; }
a { background-color: rgb(245,32,14); }
div.DivClassName
{
background-color: #F5200E;
}
.BgClassName
{
background-color: #F5200E;
}
</style>
border-color css
<style>
span { border-color: #F5200E; }
span { border-color: rgb(245,32,14); }
td.TdClassName
{
border-color: #F5200E;
}
.TagClassName
{
border-color: #F5200E;
}
</style>