Shades of Scarlet #F51408
Tints of Scarlet #F51408
RGB
CMYK
RGB Variations
Color information
#F51408 (or 0xF51408) is known color: Scarlet. HEX triplet: F5, 14 and 08. RGB value is (245,20,8). Sum of RGB (Red+Green+Blue) = 245+20+8=273 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.74% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 245 - color contains mainly: red. Hex color #F51408 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51408 is #0AEBF7. Grayscale: #565656. Windows color (decimal): -715768 or 529653. OLE color: 529653.
HSL color Cylindrical-coordinate representation of color #F51408: hue angle of 3.04º 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 #F51408 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 8 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.04 |
| HSL | 3.04º | 0.94% | 0.5% | - |
| HSV(B) | 3.04º | 0.97% | 0.96% | - |
| XYZ | 37.95 | 19.93 | 2.08 | - |
| YUV | 85.91 | 84.04 | 241.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 8 | 0 | 0.92 | 0.97 | 0.04 | 3.04 | 0.94 | 0.5 |
| Hex | F5 | 14 | 8 | 0 | 5C | 61 | 4 | 3 | 5E | 32 |
| Octal | 365 | 24 | 10 | 0 | 134 | 141 | 4 | 3 | 136 | 62 |
| Binary | 11110101 | 10100 | 1000 | 0 | 1011100 | 1100001 | 100 | 11 | 1011110 | 110010 |
Color Harmonies of #F51408
Complementary color
Monochromatic Colors of #F51408
Black with #F51408
Text Example
Text Example
White with #F51408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51408; }
p { color: rgb(245,20,8); }
H1.HeaderClassName
{
color: #F51408;
}
.AnyTagClassName
{
color: #F51408;
}
</style>
background-color css
<style>
a { background-color: #F51408; }
a { background-color: rgb(245,20,8); }
div.DivClassName
{
background-color: #F51408;
}
.BgClassName
{
background-color: #F51408;
}
</style>
border-color css
<style>
span { border-color: #F51408; }
span { border-color: rgb(245,20,8); }
td.TdClassName
{
border-color: #F51408;
}
.TagClassName
{
border-color: #F51408;
}
</style>