Shades of Scarlet #F52615
Tints of Scarlet #F52615
RGB
CMYK
RGB Variations
Color information
#F52615 (or 0xF52615) is known color: Scarlet. HEX triplet: F5, 26 and 15. RGB value is (245,38,21). Sum of RGB (Red+Green+Blue) = 245+38+21=304 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.59% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 245 - color contains mainly: red. Hex color #F52615 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52615 is #0AD9EA. Grayscale: #626262. Windows color (decimal): -711147 or 1386229. OLE color: 1386229.
HSL color Cylindrical-coordinate representation of color #F52615: hue angle of 4.55º 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 #F52615 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 21 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.04 |
| HSL | 4.55º | 0.92% | 0.52% | - |
| HSV(B) | 4.55º | 0.91% | 0.96% | - |
| XYZ | 38.48 | 20.85 | 2.71 | - |
| YUV | 97.96 | 84.58 | 232.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 21 | 0 | 0.84 | 0.91 | 0.04 | 4.55 | 0.92 | 0.52 |
| Hex | F5 | 26 | 15 | 0 | 54 | 5B | 4 | 5 | 5C | 34 |
| Octal | 365 | 46 | 25 | 0 | 124 | 133 | 4 | 5 | 134 | 64 |
| Binary | 11110101 | 100110 | 10101 | 0 | 1010100 | 1011011 | 100 | 101 | 1011100 | 110100 |
Color Harmonies of #F52615
Complementary color
Monochromatic Colors of #F52615
Black with #F52615
Text Example
Text Example
White with #F52615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52615; }
p { color: rgb(245,38,21); }
H1.HeaderClassName
{
color: #F52615;
}
.AnyTagClassName
{
color: #F52615;
}
</style>
background-color css
<style>
a { background-color: #F52615; }
a { background-color: rgb(245,38,21); }
div.DivClassName
{
background-color: #F52615;
}
.BgClassName
{
background-color: #F52615;
}
</style>
border-color css
<style>
span { border-color: #F52615; }
span { border-color: rgb(245,38,21); }
td.TdClassName
{
border-color: #F52615;
}
.TagClassName
{
border-color: #F52615;
}
</style>