Shades of Scarlet #F53517
Tints of Scarlet #F53517
RGB
CMYK
RGB Variations
Color information
#F53517 (or 0xF53517) is known color: Scarlet. HEX triplet: F5, 35 and 17. RGB value is (245,53,23). Sum of RGB (Red+Green+Blue) = 245+53+23=321 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.32% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 245 - color contains mainly: red. Hex color #F53517 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53517 is #0ACAE8. Grayscale: #6B6B6B. Windows color (decimal): -707305 or 1521141. OLE color: 1521141.
HSL color Cylindrical-coordinate representation of color #F53517: hue angle of 8.11º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F53517 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 23 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.04 |
| HSL | 8.11º | 0.92% | 0.53% | - |
| HSV(B) | 8.11º | 0.91% | 0.96% | - |
| XYZ | 39.08 | 22.02 | 3 | - |
| YUV | 106.99 | 80.61 | 226.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 23 | 0 | 0.78 | 0.91 | 0.04 | 8.11 | 0.92 | 0.53 |
| Hex | F5 | 35 | 17 | 0 | 4E | 5B | 4 | 8 | 5C | 35 |
| Octal | 365 | 65 | 27 | 0 | 116 | 133 | 4 | 10 | 134 | 65 |
| Binary | 11110101 | 110101 | 10111 | 0 | 1001110 | 1011011 | 100 | 1000 | 1011100 | 110101 |
Color Harmonies of #F53517
Complementary color
Monochromatic Colors of #F53517
Black with #F53517
Text Example
Text Example
White with #F53517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53517; }
p { color: rgb(245,53,23); }
H1.HeaderClassName
{
color: #F53517;
}
.AnyTagClassName
{
color: #F53517;
}
</style>
background-color css
<style>
a { background-color: #F53517; }
a { background-color: rgb(245,53,23); }
div.DivClassName
{
background-color: #F53517;
}
.BgClassName
{
background-color: #F53517;
}
</style>
border-color css
<style>
span { border-color: #F53517; }
span { border-color: rgb(245,53,23); }
td.TdClassName
{
border-color: #F53517;
}
.TagClassName
{
border-color: #F53517;
}
</style>