Shades of Scarlet #F53512
Tints of Scarlet #F53512
RGB
CMYK
RGB Variations
Color information
#F53512 (or 0xF53512) is known color: Scarlet. HEX triplet: F5, 35 and 12. RGB value is (245,53,18). Sum of RGB (Red+Green+Blue) = 245+53+18=316 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.53% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 245 - color contains mainly: red. Hex color #F53512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53512 is #0ACAED. Grayscale: #6A6A6A. Windows color (decimal): -707310 or 1193461. OLE color: 1193461.
HSL color Cylindrical-coordinate representation of color #F53512: hue angle of 9.25º 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 #F53512 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 18 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.04 |
| HSL | 9.25º | 0.92% | 0.52% | - |
| HSV(B) | 9.25º | 0.93% | 0.96% | - |
| XYZ | 39.04 | 22 | 2.76 | - |
| YUV | 106.42 | 78.11 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 18 | 0 | 0.78 | 0.93 | 0.04 | 9.25 | 0.92 | 0.52 |
| Hex | F5 | 35 | 12 | 0 | 4E | 5D | 4 | 9 | 5C | 34 |
| Octal | 365 | 65 | 22 | 0 | 116 | 135 | 4 | 11 | 134 | 64 |
| Binary | 11110101 | 110101 | 10010 | 0 | 1001110 | 1011101 | 100 | 1001 | 1011100 | 110100 |
Color Harmonies of #F53512
Complementary color
Monochromatic Colors of #F53512
Black with #F53512
Text Example
Text Example
White with #F53512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53512; }
p { color: rgb(245,53,18); }
H1.HeaderClassName
{
color: #F53512;
}
.AnyTagClassName
{
color: #F53512;
}
</style>
background-color css
<style>
a { background-color: #F53512; }
a { background-color: rgb(245,53,18); }
div.DivClassName
{
background-color: #F53512;
}
.BgClassName
{
background-color: #F53512;
}
</style>
border-color css
<style>
span { border-color: #F53512; }
span { border-color: rgb(245,53,18); }
td.TdClassName
{
border-color: #F53512;
}
.TagClassName
{
border-color: #F53512;
}
</style>