Shades of Scarlet #F53008
Tints of Scarlet #F53008
RGB
CMYK
RGB Variations
Color information
#F53008 (or 0xF53008) is known color: Scarlet. HEX triplet: F5, 30 and 08. RGB value is (245,48,8). Sum of RGB (Red+Green+Blue) = 245+48+8=301 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.40% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 245 - color contains mainly: red. Hex color #F53008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53008 is #0ACFF7. Grayscale: #666666. Windows color (decimal): -708600 or 536821. OLE color: 536821.
HSL color Cylindrical-coordinate representation of color #F53008: hue angle of 10.13º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F53008 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 48 | 8 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.04 |
| HSL | 10.13º | 0.94% | 0.5% | - |
| HSV(B) | 10.13º | 0.97% | 0.96% | - |
| XYZ | 38.76 | 21.54 | 2.35 | - |
| YUV | 102.34 | 74.77 | 229.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 48 | 8 | 0 | 0.80 | 0.97 | 0.04 | 10.13 | 0.94 | 0.5 |
| Hex | F5 | 30 | 8 | 0 | 50 | 61 | 4 | A | 5E | 32 |
| Octal | 365 | 60 | 10 | 0 | 120 | 141 | 4 | 12 | 136 | 62 |
| Binary | 11110101 | 110000 | 1000 | 0 | 1010000 | 1100001 | 100 | 1010 | 1011110 | 110010 |
Color Harmonies of #F53008
Complementary color
Monochromatic Colors of #F53008
Black with #F53008
Text Example
Text Example
White with #F53008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53008; }
p { color: rgb(245,48,8); }
H1.HeaderClassName
{
color: #F53008;
}
.AnyTagClassName
{
color: #F53008;
}
</style>
background-color css
<style>
a { background-color: #F53008; }
a { background-color: rgb(245,48,8); }
div.DivClassName
{
background-color: #F53008;
}
.BgClassName
{
background-color: #F53008;
}
</style>
border-color css
<style>
span { border-color: #F53008; }
span { border-color: rgb(245,48,8); }
td.TdClassName
{
border-color: #F53008;
}
.TagClassName
{
border-color: #F53008;
}
</style>