Shades of Scarlet #F52915
Tints of Scarlet #F52915
RGB
CMYK
RGB Variations
Color information
#F52915 (or 0xF52915) is known color: Scarlet. HEX triplet: F5, 29 and 15. RGB value is (245,41,21). Sum of RGB (Red+Green+Blue) = 245+41+21=307 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.80% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 245 - color contains mainly: red. Hex color #F52915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52915 is #0AD6EA. Grayscale: #646464. Windows color (decimal): -710379 or 1386997. OLE color: 1386997.
HSL color Cylindrical-coordinate representation of color #F52915: hue angle of 5.36º 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 #F52915 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 21 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.04 |
| HSL | 5.36º | 0.92% | 0.52% | - |
| HSV(B) | 5.36º | 0.91% | 0.96% | - |
| XYZ | 38.58 | 21.05 | 2.74 | - |
| YUV | 99.72 | 83.59 | 231.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 21 | 0 | 0.83 | 0.91 | 0.04 | 5.36 | 0.92 | 0.52 |
| Hex | F5 | 29 | 15 | 0 | 53 | 5B | 4 | 5 | 5C | 34 |
| Octal | 365 | 51 | 25 | 0 | 123 | 133 | 4 | 5 | 134 | 64 |
| Binary | 11110101 | 101001 | 10101 | 0 | 1010011 | 1011011 | 100 | 101 | 1011100 | 110100 |
Color Harmonies of #F52915
Complementary color
Monochromatic Colors of #F52915
Black with #F52915
Text Example
Text Example
White with #F52915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52915; }
p { color: rgb(245,41,21); }
H1.HeaderClassName
{
color: #F52915;
}
.AnyTagClassName
{
color: #F52915;
}
</style>
background-color css
<style>
a { background-color: #F52915; }
a { background-color: rgb(245,41,21); }
div.DivClassName
{
background-color: #F52915;
}
.BgClassName
{
background-color: #F52915;
}
</style>
border-color css
<style>
span { border-color: #F52915; }
span { border-color: rgb(245,41,21); }
td.TdClassName
{
border-color: #F52915;
}
.TagClassName
{
border-color: #F52915;
}
</style>