Shades of Scarlet #F5211F
Tints of Scarlet #F5211F
RGB
CMYK
RGB Variations
Color information
#F5211F (or 0xF5211F) is known color: Scarlet. HEX triplet: F5, 21 and 1F. RGB value is (245,33,31). Sum of RGB (Red+Green+Blue) = 245+33+31=309 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.29% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 245 - color contains mainly: red. Hex color #F5211F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5211F is #0ADEE0. Grayscale: #606060. Windows color (decimal): -712417 or 2040309. OLE color: 2040309.
HSL color Cylindrical-coordinate representation of color #F5211F: 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.87%. Process color model (Four color, CMYK) of #F5211F is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 31 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.04 |
| HSL | 0.56º | 0.91% | 0.54% | - |
| HSV(B) | 0.56º | 0.87% | 0.96% | - |
| XYZ | 38.45 | 20.6 | 3.25 | - |
| YUV | 96.16 | 91.24 | 234.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 31 | 0 | 0.87 | 0.87 | 0.04 | 0.56 | 0.91 | 0.54 |
| Hex | F5 | 21 | 1F | 0 | 57 | 57 | 4 | 1 | 5B | 36 |
| Octal | 365 | 41 | 37 | 0 | 127 | 127 | 4 | 1 | 133 | 66 |
| Binary | 11110101 | 100001 | 11111 | 0 | 1010111 | 1010111 | 100 | 1 | 1011011 | 110110 |
Color Harmonies of #F5211F
Complementary color
Monochromatic Colors of #F5211F
Black with #F5211F
Text Example
Text Example
White with #F5211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5211F; }
p { color: rgb(245,33,31); }
H1.HeaderClassName
{
color: #F5211F;
}
.AnyTagClassName
{
color: #F5211F;
}
</style>
background-color css
<style>
a { background-color: #F5211F; }
a { background-color: rgb(245,33,31); }
div.DivClassName
{
background-color: #F5211F;
}
.BgClassName
{
background-color: #F5211F;
}
</style>
border-color css
<style>
span { border-color: #F5211F; }
span { border-color: rgb(245,33,31); }
td.TdClassName
{
border-color: #F5211F;
}
.TagClassName
{
border-color: #F5211F;
}
</style>