Shades of Scarlet #F51306
Tints of Scarlet #F51306
RGB
CMYK
RGB Variations
Color information
#F51306 (or 0xF51306) is known color: Scarlet. HEX triplet: F5, 13 and 06. RGB value is (245,19,6). Sum of RGB (Red+Green+Blue) = 245+19+6=270 (35% of max value = 765). Red value is 245 (96.09% from 255 or 90.74% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 245 - color contains mainly: red. Hex color #F51306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51306 is #0AECF9. Grayscale: #555555. Windows color (decimal): -716026 or 398325. OLE color: 398325.
HSL color Cylindrical-coordinate representation of color #F51306: hue angle of 3.26º degrees, saturation: 0.95, 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 #F51306 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 6 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.04 |
| HSL | 3.26º | 0.95% | 0.49% | - |
| HSV(B) | 3.26º | 0.98% | 0.96% | - |
| XYZ | 37.92 | 19.89 | 2.01 | - |
| YUV | 85.09 | 83.37 | 242.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 6 | 0 | 0.92 | 0.98 | 0.04 | 3.26 | 0.95 | 0.49 |
| Hex | F5 | 13 | 6 | 0 | 5C | 62 | 4 | 3 | 5F | 31 |
| Octal | 365 | 23 | 6 | 0 | 134 | 142 | 4 | 3 | 137 | 61 |
| Binary | 11110101 | 10011 | 110 | 0 | 1011100 | 1100010 | 100 | 11 | 1011111 | 110001 |
Color Harmonies of #F51306
Complementary color
Monochromatic Colors of #F51306
Black with #F51306
Text Example
Text Example
White with #F51306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51306; }
p { color: rgb(245,19,6); }
H1.HeaderClassName
{
color: #F51306;
}
.AnyTagClassName
{
color: #F51306;
}
</style>
background-color css
<style>
a { background-color: #F51306; }
a { background-color: rgb(245,19,6); }
div.DivClassName
{
background-color: #F51306;
}
.BgClassName
{
background-color: #F51306;
}
</style>
border-color css
<style>
span { border-color: #F51306; }
span { border-color: rgb(245,19,6); }
td.TdClassName
{
border-color: #F51306;
}
.TagClassName
{
border-color: #F51306;
}
</style>