Shades of Scarlet #F52616
Tints of Scarlet #F52616
RGB
CMYK
RGB Variations
Color information
#F52616 (or 0xF52616) is known color: Scarlet. HEX triplet: F5, 26 and 16. RGB value is (245,38,22). Sum of RGB (Red+Green+Blue) = 245+38+22=305 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.33% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 245 - color contains mainly: red. Hex color #F52616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52616 is #0AD9E9. Grayscale: #626262. Windows color (decimal): -711146 or 1451765. OLE color: 1451765.
HSL color Cylindrical-coordinate representation of color #F52616: hue angle of 4.3º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F52616 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 22 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.04 |
| HSL | 4.3º | 0.92% | 0.52% | - |
| HSV(B) | 4.3º | 0.91% | 0.96% | - |
| XYZ | 38.49 | 20.86 | 2.76 | - |
| YUV | 98.07 | 85.08 | 232.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 22 | 0 | 0.84 | 0.91 | 0.04 | 4.3 | 0.92 | 0.52 |
| Hex | F5 | 26 | 16 | 0 | 54 | 5B | 4 | 4 | 5C | 34 |
| Octal | 365 | 46 | 26 | 0 | 124 | 133 | 4 | 4 | 134 | 64 |
| Binary | 11110101 | 100110 | 10110 | 0 | 1010100 | 1011011 | 100 | 100 | 1011100 | 110100 |
Color Harmonies of #F52616
Complementary color
Monochromatic Colors of #F52616
Black with #F52616
Text Example
Text Example
White with #F52616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52616; }
p { color: rgb(245,38,22); }
H1.HeaderClassName
{
color: #F52616;
}
.AnyTagClassName
{
color: #F52616;
}
</style>
background-color css
<style>
a { background-color: #F52616; }
a { background-color: rgb(245,38,22); }
div.DivClassName
{
background-color: #F52616;
}
.BgClassName
{
background-color: #F52616;
}
</style>
border-color css
<style>
span { border-color: #F52616; }
span { border-color: rgb(245,38,22); }
td.TdClassName
{
border-color: #F52616;
}
.TagClassName
{
border-color: #F52616;
}
</style>