Shades of Scarlet #F52C05
Tints of Scarlet #F52C05
RGB
CMYK
RGB Variations
Color information
#F52C05 (or 0xF52C05) is known color: Scarlet. HEX triplet: F5, 2C and 05. RGB value is (245,44,5). Sum of RGB (Red+Green+Blue) = 245+44+5=294 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.33% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 245 - color contains mainly: red. Hex color #F52C05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52C05 is #0AD3FA. Grayscale: #646464. Windows color (decimal): -709627 or 339189. OLE color: 339189.
HSL color Cylindrical-coordinate representation of color #F52C05: hue angle of 9.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F52C05 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 44 | 5 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.04 |
| HSL | 9.75º | 0.96% | 0.49% | - |
| HSV(B) | 9.75º | 0.98% | 0.96% | - |
| XYZ | 38.58 | 21.22 | 2.21 | - |
| YUV | 99.65 | 74.59 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 44 | 5 | 0 | 0.82 | 0.98 | 0.04 | 9.75 | 0.96 | 0.49 |
| Hex | F5 | 2C | 5 | 0 | 52 | 62 | 4 | A | 60 | 31 |
| Octal | 365 | 54 | 5 | 0 | 122 | 142 | 4 | 12 | 140 | 61 |
| Binary | 11110101 | 101100 | 101 | 0 | 1010010 | 1100010 | 100 | 1010 | 1100000 | 110001 |
Color Harmonies of #F52C05
Complementary color
Monochromatic Colors of #F52C05
Black with #F52C05
Text Example
Text Example
White with #F52C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52C05; }
p { color: rgb(245,44,5); }
H1.HeaderClassName
{
color: #F52C05;
}
.AnyTagClassName
{
color: #F52C05;
}
</style>
background-color css
<style>
a { background-color: #F52C05; }
a { background-color: rgb(245,44,5); }
div.DivClassName
{
background-color: #F52C05;
}
.BgClassName
{
background-color: #F52C05;
}
</style>
border-color css
<style>
span { border-color: #F52C05; }
span { border-color: rgb(245,44,5); }
td.TdClassName
{
border-color: #F52C05;
}
.TagClassName
{
border-color: #F52C05;
}
</style>