Shades of Scarlet #F51912
Tints of Scarlet #F51912
RGB
CMYK
RGB Variations
Color information
#F51912 (or 0xF51912) is known color: Scarlet. HEX triplet: F5, 19 and 12. RGB value is (245,25,18). Sum of RGB (Red+Green+Blue) = 245+25+18=288 (38% of max value = 765). Red value is 245 (96.09% from 255 or 85.07% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 245 - color contains mainly: red. Hex color #F51912 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51912 is #0AE6ED. Grayscale: #5A5A5A. Windows color (decimal): -714478 or 1186293. OLE color: 1186293.
HSL color Cylindrical-coordinate representation of color #F51912: hue angle of 1.85º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51912 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 18 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.04 |
| HSL | 1.85º | 0.92% | 0.52% | - |
| HSV(B) | 1.85º | 0.93% | 0.96% | - |
| XYZ | 38.11 | 20.15 | 2.45 | - |
| YUV | 89.98 | 87.39 | 238.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 18 | 0 | 0.90 | 0.93 | 0.04 | 1.85 | 0.92 | 0.52 |
| Hex | F5 | 19 | 12 | 0 | 5A | 5D | 4 | 2 | 5C | 34 |
| Octal | 365 | 31 | 22 | 0 | 132 | 135 | 4 | 2 | 134 | 64 |
| Binary | 11110101 | 11001 | 10010 | 0 | 1011010 | 1011101 | 100 | 10 | 1011100 | 110100 |
Color Harmonies of #F51912
Complementary color
Monochromatic Colors of #F51912
Black with #F51912
Text Example
Text Example
White with #F51912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51912; }
p { color: rgb(245,25,18); }
H1.HeaderClassName
{
color: #F51912;
}
.AnyTagClassName
{
color: #F51912;
}
</style>
background-color css
<style>
a { background-color: #F51912; }
a { background-color: rgb(245,25,18); }
div.DivClassName
{
background-color: #F51912;
}
.BgClassName
{
background-color: #F51912;
}
</style>
border-color css
<style>
span { border-color: #F51912; }
span { border-color: rgb(245,25,18); }
td.TdClassName
{
border-color: #F51912;
}
.TagClassName
{
border-color: #F51912;
}
</style>