Shades of Scarlet #F51504
Tints of Scarlet #F51504
RGB
CMYK
RGB Variations
Color information
#F51504 (or 0xF51504) is known color: Scarlet. HEX triplet: F5, 15 and 04. RGB value is (245,21,4). Sum of RGB (Red+Green+Blue) = 245+21+4=270 (35% of max value = 765). Red value is 245 (96.09% from 255 or 90.74% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 245 - color contains mainly: red. Hex color #F51504 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51504 is #0AEAFB. Grayscale: #565656. Windows color (decimal): -715516 or 267765. OLE color: 267765.
HSL color Cylindrical-coordinate representation of color #F51504: hue angle of 4.23º 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 #F51504 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 4 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.04 |
| HSL | 4.23º | 0.97% | 0.49% | - |
| HSV(B) | 4.23º | 0.98% | 0.96% | - |
| XYZ | 37.95 | 19.96 | 1.97 | - |
| YUV | 86.04 | 81.71 | 241.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 4 | 0 | 0.91 | 0.98 | 0.04 | 4.23 | 0.97 | 0.49 |
| Hex | F5 | 15 | 4 | 0 | 5B | 62 | 4 | 4 | 61 | 31 |
| Octal | 365 | 25 | 4 | 0 | 133 | 142 | 4 | 4 | 141 | 61 |
| Binary | 11110101 | 10101 | 100 | 0 | 1011011 | 1100010 | 100 | 100 | 1100001 | 110001 |
Color Harmonies of #F51504
Complementary color
Monochromatic Colors of #F51504
Black with #F51504
Text Example
Text Example
White with #F51504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51504; }
p { color: rgb(245,21,4); }
H1.HeaderClassName
{
color: #F51504;
}
.AnyTagClassName
{
color: #F51504;
}
</style>
background-color css
<style>
a { background-color: #F51504; }
a { background-color: rgb(245,21,4); }
div.DivClassName
{
background-color: #F51504;
}
.BgClassName
{
background-color: #F51504;
}
</style>
border-color css
<style>
span { border-color: #F51504; }
span { border-color: rgb(245,21,4); }
td.TdClassName
{
border-color: #F51504;
}
.TagClassName
{
border-color: #F51504;
}
</style>