Shades of Scarlet #F52C15
Tints of Scarlet #F52C15
RGB
CMYK
RGB Variations
Color information
#F52C15 (or 0xF52C15) is known color: Scarlet. HEX triplet: F5, 2C and 15. RGB value is (245,44,21). Sum of RGB (Red+Green+Blue) = 245+44+21=310 (41% of max value = 765). Red value is 245 (96.09% from 255 or 79.03% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 245 - color contains mainly: red. Hex color #F52C15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52C15 is #0AD3EA. Grayscale: #656565. Windows color (decimal): -709611 or 1387765. OLE color: 1387765.
HSL color Cylindrical-coordinate representation of color #F52C15: hue angle of 6.16º 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 #F52C15 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 44 | 21 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.04 |
| HSL | 6.16º | 0.92% | 0.52% | - |
| HSV(B) | 6.16º | 0.91% | 0.96% | - |
| XYZ | 38.69 | 21.27 | 2.78 | - |
| YUV | 101.48 | 82.59 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 44 | 21 | 0 | 0.82 | 0.91 | 0.04 | 6.16 | 0.92 | 0.52 |
| Hex | F5 | 2C | 15 | 0 | 52 | 5B | 4 | 6 | 5C | 34 |
| Octal | 365 | 54 | 25 | 0 | 122 | 133 | 4 | 6 | 134 | 64 |
| Binary | 11110101 | 101100 | 10101 | 0 | 1010010 | 1011011 | 100 | 110 | 1011100 | 110100 |
Color Harmonies of #F52C15
Complementary color
Monochromatic Colors of #F52C15
Black with #F52C15
Text Example
Text Example
White with #F52C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52C15; }
p { color: rgb(245,44,21); }
H1.HeaderClassName
{
color: #F52C15;
}
.AnyTagClassName
{
color: #F52C15;
}
</style>
background-color css
<style>
a { background-color: #F52C15; }
a { background-color: rgb(245,44,21); }
div.DivClassName
{
background-color: #F52C15;
}
.BgClassName
{
background-color: #F52C15;
}
</style>
border-color css
<style>
span { border-color: #F52C15; }
span { border-color: rgb(245,44,21); }
td.TdClassName
{
border-color: #F52C15;
}
.TagClassName
{
border-color: #F52C15;
}
</style>