Shades of Scarlet #F52C08
Tints of Scarlet #F52C08
RGB
CMYK
RGB Variations
Color information
#F52C08 (or 0xF52C08) is known color: Scarlet. HEX triplet: F5, 2C and 08. RGB value is (245,44,8). Sum of RGB (Red+Green+Blue) = 245+44+8=297 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.49% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 245 - color contains mainly: red. Hex color #F52C08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52C08 is #0AD3F7. Grayscale: #646464. Windows color (decimal): -709624 or 535797. OLE color: 535797.
HSL color Cylindrical-coordinate representation of color #F52C08: hue angle of 9.11º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F52C08 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 44 | 8 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.04 |
| HSL | 9.11º | 0.94% | 0.5% | - |
| HSV(B) | 9.11º | 0.97% | 0.96% | - |
| XYZ | 38.6 | 21.23 | 2.29 | - |
| YUV | 100 | 76.09 | 231.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 44 | 8 | 0 | 0.82 | 0.97 | 0.04 | 9.11 | 0.94 | 0.5 |
| Hex | F5 | 2C | 8 | 0 | 52 | 61 | 4 | 9 | 5E | 32 |
| Octal | 365 | 54 | 10 | 0 | 122 | 141 | 4 | 11 | 136 | 62 |
| Binary | 11110101 | 101100 | 1000 | 0 | 1010010 | 1100001 | 100 | 1001 | 1011110 | 110010 |
Color Harmonies of #F52C08
Complementary color
Monochromatic Colors of #F52C08
Black with #F52C08
Text Example
Text Example
White with #F52C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52C08; }
p { color: rgb(245,44,8); }
H1.HeaderClassName
{
color: #F52C08;
}
.AnyTagClassName
{
color: #F52C08;
}
</style>
background-color css
<style>
a { background-color: #F52C08; }
a { background-color: rgb(245,44,8); }
div.DivClassName
{
background-color: #F52C08;
}
.BgClassName
{
background-color: #F52C08;
}
</style>
border-color css
<style>
span { border-color: #F52C08; }
span { border-color: rgb(245,44,8); }
td.TdClassName
{
border-color: #F52C08;
}
.TagClassName
{
border-color: #F52C08;
}
</style>