Shades of Scarlet #F52600
Tints of Scarlet #F52600
RGB
CMYK
RGB Variations
Color information
#F52600 (or 0xF52600) is known color: Scarlet. HEX triplet: F5, 26 and 00. RGB value is (245,38,0). Sum of RGB (Red+Green+Blue) = 245+38+0=283 (37% of max value = 765). Red value is 245 (96.09% from 255 or 86.57% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 245 - color contains mainly: red. Hex color #F52600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52600 is #0AD9FF. Grayscale: #5F5F5F. Windows color (decimal): -711168 or 9973. OLE color: 9973.
HSL color Cylindrical-coordinate representation of color #F52600: hue angle of 9.31º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F52600 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.04 |
| HSL | 9.31º | 1% | 0.48% | - |
| HSV(B) | 9.31º | 1% | 0.96% | - |
| XYZ | 38.35 | 20.8 | 1.99 | - |
| YUV | 95.56 | 74.08 | 234.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 0 | 0 | 0.84 | 1 | 0.04 | 9.31 | 1 | 0.48 |
| Hex | F5 | 26 | 0 | 0 | 54 | 64 | 4 | 9 | 64 | 30 |
| Octal | 365 | 46 | 0 | 0 | 124 | 144 | 4 | 11 | 144 | 60 |
| Binary | 11110101 | 100110 | 0 | 0 | 1010100 | 1100100 | 100 | 1001 | 1100100 | 110000 |
Color Harmonies of #F52600
Complementary color
Monochromatic Colors of #F52600
Black with #F52600
Text Example
Text Example
White with #F52600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52600; }
p { color: rgb(245,38,0); }
H1.HeaderClassName
{
color: #F52600;
}
.AnyTagClassName
{
color: #F52600;
}
</style>
background-color css
<style>
a { background-color: #F52600; }
a { background-color: rgb(245,38,0); }
div.DivClassName
{
background-color: #F52600;
}
.BgClassName
{
background-color: #F52600;
}
</style>
border-color css
<style>
span { border-color: #F52600; }
span { border-color: rgb(245,38,0); }
td.TdClassName
{
border-color: #F52600;
}
.TagClassName
{
border-color: #F52600;
}
</style>