Shades of Scarlet #F5201F
Tints of Scarlet #F5201F
RGB
CMYK
RGB Variations
Color information
#F5201F (or 0xF5201F) is known color: Scarlet. HEX triplet: F5, 20 and 1F. RGB value is (245,32,31). Sum of RGB (Red+Green+Blue) = 245+32+31=308 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.55% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 245 - color contains mainly: red. Hex color #F5201F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5201F is #0ADFE0. Grayscale: #5F5F5F. Windows color (decimal): -712673 or 2040053. OLE color: 2040053.
HSL color Cylindrical-coordinate representation of color #F5201F: hue angle of 0.28º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5201F is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 31 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.04 |
| HSL | 0.28º | 0.91% | 0.54% | - |
| HSV(B) | 0.28º | 0.87% | 0.96% | - |
| XYZ | 38.42 | 20.54 | 3.24 | - |
| YUV | 95.57 | 91.57 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 31 | 0 | 0.87 | 0.87 | 0.04 | 0.28 | 0.91 | 0.54 |
| Hex | F5 | 20 | 1F | 0 | 57 | 57 | 4 | 0 | 5B | 36 |
| Octal | 365 | 40 | 37 | 0 | 127 | 127 | 4 | 0 | 133 | 66 |
| Binary | 11110101 | 100000 | 11111 | 0 | 1010111 | 1010111 | 100 | 0 | 1011011 | 110110 |
Color Harmonies of #F5201F
Complementary color
Monochromatic Colors of #F5201F
Black with #F5201F
Text Example
Text Example
White with #F5201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5201F; }
p { color: rgb(245,32,31); }
H1.HeaderClassName
{
color: #F5201F;
}
.AnyTagClassName
{
color: #F5201F;
}
</style>
background-color css
<style>
a { background-color: #F5201F; }
a { background-color: rgb(245,32,31); }
div.DivClassName
{
background-color: #F5201F;
}
.BgClassName
{
background-color: #F5201F;
}
</style>
border-color css
<style>
span { border-color: #F5201F; }
span { border-color: rgb(245,32,31); }
td.TdClassName
{
border-color: #F5201F;
}
.TagClassName
{
border-color: #F5201F;
}
</style>