Shades of Scarlet #F52417
Tints of Scarlet #F52417
RGB
CMYK
RGB Variations
Color information
#F52417 (or 0xF52417) is known color: Scarlet. HEX triplet: F5, 24 and 17. RGB value is (245,36,23). Sum of RGB (Red+Green+Blue) = 245+36+23=304 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.59% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 245 - color contains mainly: red. Hex color #F52417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52417 is #0ADBE8. Grayscale: #616161. Windows color (decimal): -711657 or 1516789. OLE color: 1516789.
HSL color Cylindrical-coordinate representation of color #F52417: hue angle of 3.51º 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 #F52417 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 23 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.04 |
| HSL | 3.51º | 0.92% | 0.53% | - |
| HSV(B) | 3.51º | 0.91% | 0.96% | - |
| XYZ | 38.44 | 20.74 | 2.79 | - |
| YUV | 97.01 | 86.24 | 233.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 23 | 0 | 0.85 | 0.91 | 0.04 | 3.51 | 0.92 | 0.53 |
| Hex | F5 | 24 | 17 | 0 | 55 | 5B | 4 | 4 | 5C | 35 |
| Octal | 365 | 44 | 27 | 0 | 125 | 133 | 4 | 4 | 134 | 65 |
| Binary | 11110101 | 100100 | 10111 | 0 | 1010101 | 1011011 | 100 | 100 | 1011100 | 110101 |
Color Harmonies of #F52417
Complementary color
Monochromatic Colors of #F52417
Black with #F52417
Text Example
Text Example
White with #F52417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52417; }
p { color: rgb(245,36,23); }
H1.HeaderClassName
{
color: #F52417;
}
.AnyTagClassName
{
color: #F52417;
}
</style>
background-color css
<style>
a { background-color: #F52417; }
a { background-color: rgb(245,36,23); }
div.DivClassName
{
background-color: #F52417;
}
.BgClassName
{
background-color: #F52417;
}
</style>
border-color css
<style>
span { border-color: #F52417; }
span { border-color: rgb(245,36,23); }
td.TdClassName
{
border-color: #F52417;
}
.TagClassName
{
border-color: #F52417;
}
</style>