Shades of Scarlet #F5200B
Tints of Scarlet #F5200B
RGB
CMYK
RGB Variations
Color information
#F5200B (or 0xF5200B) is known color: Scarlet. HEX triplet: F5, 20 and 0B. RGB value is (245,32,11). Sum of RGB (Red+Green+Blue) = 245+32+11=288 (38% of max value = 765). Red value is 245 (96.09% from 255 or 85.07% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 245 - color contains mainly: red. Hex color #F5200B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5200B is #0ADFF4. Grayscale: #5D5D5D. Windows color (decimal): -712693 or 729333. OLE color: 729333.
HSL color Cylindrical-coordinate representation of color #F5200B: hue angle of 5.38º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5200B is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 11 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.04 |
| HSL | 5.38º | 0.92% | 0.5% | - |
| HSV(B) | 5.38º | 0.96% | 0.96% | - |
| XYZ | 38.23 | 20.47 | 2.25 | - |
| YUV | 93.29 | 81.57 | 236.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 11 | 0 | 0.87 | 0.96 | 0.04 | 5.38 | 0.92 | 0.5 |
| Hex | F5 | 20 | B | 0 | 57 | 60 | 4 | 5 | 5C | 32 |
| Octal | 365 | 40 | 13 | 0 | 127 | 140 | 4 | 5 | 134 | 62 |
| Binary | 11110101 | 100000 | 1011 | 0 | 1010111 | 1100000 | 100 | 101 | 1011100 | 110010 |
Color Harmonies of #F5200B
Complementary color
Monochromatic Colors of #F5200B
Black with #F5200B
Text Example
Text Example
White with #F5200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5200B; }
p { color: rgb(245,32,11); }
H1.HeaderClassName
{
color: #F5200B;
}
.AnyTagClassName
{
color: #F5200B;
}
</style>
background-color css
<style>
a { background-color: #F5200B; }
a { background-color: rgb(245,32,11); }
div.DivClassName
{
background-color: #F5200B;
}
.BgClassName
{
background-color: #F5200B;
}
</style>
border-color css
<style>
span { border-color: #F5200B; }
span { border-color: rgb(245,32,11); }
td.TdClassName
{
border-color: #F5200B;
}
.TagClassName
{
border-color: #F5200B;
}
</style>