Shades of Scarlet #F52017
Tints of Scarlet #F52017
RGB
CMYK
RGB Variations
Color information
#F52017 (or 0xF52017) is known color: Scarlet. HEX triplet: F5, 20 and 17. RGB value is (245,32,23). Sum of RGB (Red+Green+Blue) = 245+32+23=300 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 245 - color contains mainly: red. Hex color #F52017 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52017 is #0ADFE8. Grayscale: #5E5E5E. Windows color (decimal): -712681 or 1515765. OLE color: 1515765.
HSL color Cylindrical-coordinate representation of color #F52017: hue angle of 2.43º 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 #F52017 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 23 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.04 |
| HSL | 2.43º | 0.92% | 0.53% | - |
| HSV(B) | 2.43º | 0.91% | 0.96% | - |
| XYZ | 38.33 | 20.51 | 2.75 | - |
| YUV | 94.66 | 87.57 | 235.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 23 | 0 | 0.87 | 0.91 | 0.04 | 2.43 | 0.92 | 0.53 |
| Hex | F5 | 20 | 17 | 0 | 57 | 5B | 4 | 2 | 5C | 35 |
| Octal | 365 | 40 | 27 | 0 | 127 | 133 | 4 | 2 | 134 | 65 |
| Binary | 11110101 | 100000 | 10111 | 0 | 1010111 | 1011011 | 100 | 10 | 1011100 | 110101 |
Color Harmonies of #F52017
Complementary color
Monochromatic Colors of #F52017
Black with #F52017
Text Example
Text Example
White with #F52017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52017; }
p { color: rgb(245,32,23); }
H1.HeaderClassName
{
color: #F52017;
}
.AnyTagClassName
{
color: #F52017;
}
</style>
background-color css
<style>
a { background-color: #F52017; }
a { background-color: rgb(245,32,23); }
div.DivClassName
{
background-color: #F52017;
}
.BgClassName
{
background-color: #F52017;
}
</style>
border-color css
<style>
span { border-color: #F52017; }
span { border-color: rgb(245,32,23); }
td.TdClassName
{
border-color: #F52017;
}
.TagClassName
{
border-color: #F52017;
}
</style>