Shades of Scarlet #F53417
Tints of Scarlet #F53417
RGB
CMYK
RGB Variations
Color information
#F53417 (or 0xF53417) is known color: Scarlet. HEX triplet: F5, 34 and 17. RGB value is (245,52,23). Sum of RGB (Red+Green+Blue) = 245+52+23=320 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.56% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 245 - color contains mainly: red. Hex color #F53417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53417 is #0ACBE8. Grayscale: #6A6A6A. Windows color (decimal): -707561 or 1520885. OLE color: 1520885.
HSL color Cylindrical-coordinate representation of color #F53417: hue angle of 7.84º 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 #F53417 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 52 | 23 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.04 |
| HSL | 7.84º | 0.92% | 0.53% | - |
| HSV(B) | 7.84º | 0.91% | 0.96% | - |
| XYZ | 39.04 | 21.93 | 2.99 | - |
| YUV | 106.4 | 80.94 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 23 | 0 | 0.79 | 0.91 | 0.04 | 7.84 | 0.92 | 0.53 |
| Hex | F5 | 34 | 17 | 0 | 4F | 5B | 4 | 8 | 5C | 35 |
| Octal | 365 | 64 | 27 | 0 | 117 | 133 | 4 | 10 | 134 | 65 |
| Binary | 11110101 | 110100 | 10111 | 0 | 1001111 | 1011011 | 100 | 1000 | 1011100 | 110101 |
Color Harmonies of #F53417
Complementary color
Monochromatic Colors of #F53417
Black with #F53417
Text Example
Text Example
White with #F53417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53417; }
p { color: rgb(245,52,23); }
H1.HeaderClassName
{
color: #F53417;
}
.AnyTagClassName
{
color: #F53417;
}
</style>
background-color css
<style>
a { background-color: #F53417; }
a { background-color: rgb(245,52,23); }
div.DivClassName
{
background-color: #F53417;
}
.BgClassName
{
background-color: #F53417;
}
</style>
border-color css
<style>
span { border-color: #F53417; }
span { border-color: rgb(245,52,23); }
td.TdClassName
{
border-color: #F53417;
}
.TagClassName
{
border-color: #F53417;
}
</style>