Shades of Scarlet #F51A04
Tints of Scarlet #F51A04
RGB
CMYK
RGB Variations
Color information
#F51A04 (or 0xF51A04) is known color: Scarlet. HEX triplet: F5, 1A and 04. RGB value is (245,26,4). Sum of RGB (Red+Green+Blue) = 245+26+4=275 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.09% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 245 - color contains mainly: red. Hex color #F51A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F51A04 is #0AE5FB. Grayscale: #595959. Windows color (decimal): -714236 or 269045. OLE color: 269045.
HSL color Cylindrical-coordinate representation of color #F51A04: hue angle of 5.48º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F51A04 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 26 | 4 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.04 |
| HSL | 5.48º | 0.97% | 0.49% | - |
| HSV(B) | 5.48º | 0.98% | 0.96% | - |
| XYZ | 38.05 | 20.16 | 2 | - |
| YUV | 88.97 | 80.05 | 239.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 26 | 4 | 0 | 0.89 | 0.98 | 0.04 | 5.48 | 0.97 | 0.49 |
| Hex | F5 | 1A | 4 | 0 | 59 | 62 | 4 | 5 | 61 | 31 |
| Octal | 365 | 32 | 4 | 0 | 131 | 142 | 4 | 5 | 141 | 61 |
| Binary | 11110101 | 11010 | 100 | 0 | 1011001 | 1100010 | 100 | 101 | 1100001 | 110001 |
Color Harmonies of #F51A04
Complementary color
Monochromatic Colors of #F51A04
Black with #F51A04
Text Example
Text Example
White with #F51A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51A04; }
p { color: rgb(245,26,4); }
H1.HeaderClassName
{
color: #F51A04;
}
.AnyTagClassName
{
color: #F51A04;
}
</style>
background-color css
<style>
a { background-color: #F51A04; }
a { background-color: rgb(245,26,4); }
div.DivClassName
{
background-color: #F51A04;
}
.BgClassName
{
background-color: #F51A04;
}
</style>
border-color css
<style>
span { border-color: #F51A04; }
span { border-color: rgb(245,26,4); }
td.TdClassName
{
border-color: #F51A04;
}
.TagClassName
{
border-color: #F51A04;
}
</style>