Shades of Scarlet #F51509
Tints of Scarlet #F51509
RGB
CMYK
RGB Variations
Color information
#F51509 (or 0xF51509) is known color: Scarlet. HEX triplet: F5, 15 and 09. RGB value is (245,21,9). Sum of RGB (Red+Green+Blue) = 245+21+9=275 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.09% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 245 - color contains mainly: red. Hex color #F51509 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51509 is #0AEAF6. Grayscale: #565656. Windows color (decimal): -715511 or 595445. OLE color: 595445.
HSL color Cylindrical-coordinate representation of color #F51509: hue angle of 3.05º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F51509 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 9 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.04 |
| HSL | 3.05º | 0.93% | 0.5% | - |
| HSV(B) | 3.05º | 0.96% | 0.96% | - |
| XYZ | 37.97 | 19.97 | 2.11 | - |
| YUV | 86.61 | 84.21 | 240.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 9 | 0 | 0.91 | 0.96 | 0.04 | 3.05 | 0.93 | 0.5 |
| Hex | F5 | 15 | 9 | 0 | 5B | 60 | 4 | 3 | 5D | 32 |
| Octal | 365 | 25 | 11 | 0 | 133 | 140 | 4 | 3 | 135 | 62 |
| Binary | 11110101 | 10101 | 1001 | 0 | 1011011 | 1100000 | 100 | 11 | 1011101 | 110010 |
Color Harmonies of #F51509
Complementary color
Monochromatic Colors of #F51509
Black with #F51509
Text Example
Text Example
White with #F51509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51509; }
p { color: rgb(245,21,9); }
H1.HeaderClassName
{
color: #F51509;
}
.AnyTagClassName
{
color: #F51509;
}
</style>
background-color css
<style>
a { background-color: #F51509; }
a { background-color: rgb(245,21,9); }
div.DivClassName
{
background-color: #F51509;
}
.BgClassName
{
background-color: #F51509;
}
</style>
border-color css
<style>
span { border-color: #F51509; }
span { border-color: rgb(245,21,9); }
td.TdClassName
{
border-color: #F51509;
}
.TagClassName
{
border-color: #F51509;
}
</style>