Shades of Scarlet #F5201E
Tints of Scarlet #F5201E
RGB
CMYK
RGB Variations
Color information
#F5201E (or 0xF5201E) is known color: Scarlet. HEX triplet: F5, 20 and 1E. RGB value is (245,32,30). Sum of RGB (Red+Green+Blue) = 245+32+30=307 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.80% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 245 - color contains mainly: red. Hex color #F5201E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5201E is #0ADFE1. Grayscale: #5F5F5F. Windows color (decimal): -712674 or 1974517. OLE color: 1974517.
HSL color Cylindrical-coordinate representation of color #F5201E: hue angle of 0.56º 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 #F5201E is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 30 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.04 |
| HSL | 0.56º | 0.91% | 0.54% | - |
| HSV(B) | 0.56º | 0.88% | 0.96% | - |
| XYZ | 38.41 | 20.54 | 3.17 | - |
| YUV | 95.46 | 91.07 | 234.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 30 | 0 | 0.87 | 0.88 | 0.04 | 0.56 | 0.91 | 0.54 |
| Hex | F5 | 20 | 1E | 0 | 57 | 58 | 4 | 1 | 5B | 36 |
| Octal | 365 | 40 | 36 | 0 | 127 | 130 | 4 | 1 | 133 | 66 |
| Binary | 11110101 | 100000 | 11110 | 0 | 1010111 | 1011000 | 100 | 1 | 1011011 | 110110 |
Color Harmonies of #F5201E
Complementary color
Monochromatic Colors of #F5201E
Black with #F5201E
Text Example
Text Example
White with #F5201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5201E; }
p { color: rgb(245,32,30); }
H1.HeaderClassName
{
color: #F5201E;
}
.AnyTagClassName
{
color: #F5201E;
}
</style>
background-color css
<style>
a { background-color: #F5201E; }
a { background-color: rgb(245,32,30); }
div.DivClassName
{
background-color: #F5201E;
}
.BgClassName
{
background-color: #F5201E;
}
</style>
border-color css
<style>
span { border-color: #F5201E; }
span { border-color: rgb(245,32,30); }
td.TdClassName
{
border-color: #F5201E;
}
.TagClassName
{
border-color: #F5201E;
}
</style>