Shades of Scarlet #F51404
Tints of Scarlet #F51404
RGB
CMYK
RGB Variations
Color information
#F51404 (or 0xF51404) is known color: Scarlet. HEX triplet: F5, 14 and 04. RGB value is (245,20,4). Sum of RGB (Red+Green+Blue) = 245+20+4=269 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.08% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 245 - color contains mainly: red. Hex color #F51404 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51404 is #0AEBFB. Grayscale: #555555. Windows color (decimal): -715772 or 267509. OLE color: 267509.
HSL color Cylindrical-coordinate representation of color #F51404: hue angle of 3.98º 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 #F51404 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.04 |
| HSL | 3.98º | 0.97% | 0.49% | - |
| HSV(B) | 3.98º | 0.98% | 0.96% | - |
| XYZ | 37.93 | 19.92 | 1.96 | - |
| YUV | 85.45 | 82.04 | 241.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 4 | 0 | 0.92 | 0.98 | 0.04 | 3.98 | 0.97 | 0.49 |
| Hex | F5 | 14 | 4 | 0 | 5C | 62 | 4 | 4 | 61 | 31 |
| Octal | 365 | 24 | 4 | 0 | 134 | 142 | 4 | 4 | 141 | 61 |
| Binary | 11110101 | 10100 | 100 | 0 | 1011100 | 1100010 | 100 | 100 | 1100001 | 110001 |
Color Harmonies of #F51404
Complementary color
Monochromatic Colors of #F51404
Black with #F51404
Text Example
Text Example
White with #F51404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51404; }
p { color: rgb(245,20,4); }
H1.HeaderClassName
{
color: #F51404;
}
.AnyTagClassName
{
color: #F51404;
}
</style>
background-color css
<style>
a { background-color: #F51404; }
a { background-color: rgb(245,20,4); }
div.DivClassName
{
background-color: #F51404;
}
.BgClassName
{
background-color: #F51404;
}
</style>
border-color css
<style>
span { border-color: #F51404; }
span { border-color: rgb(245,20,4); }
td.TdClassName
{
border-color: #F51404;
}
.TagClassName
{
border-color: #F51404;
}
</style>