Shades of Scarlet #F52300
Tints of Scarlet #F52300
RGB
CMYK
RGB Variations
Color information
#F52300 (or 0xF52300) is known color: Scarlet. HEX triplet: F5, 23 and 00. RGB value is (245,35,0). Sum of RGB (Red+Green+Blue) = 245+35+0=280 (37% of max value = 765). Red value is 245 (96.09% from 255 or 87.5% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 245 - color contains mainly: red. Hex color #F52300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52300 is #0ADCFF. Grayscale: #5E5E5E. Windows color (decimal): -711936 or 9205. OLE color: 9205.
HSL color Cylindrical-coordinate representation of color #F52300: hue angle of 8.57º 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 #F52300 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 35 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.04 |
| HSL | 8.57º | 1% | 0.48% | - |
| HSV(B) | 8.57º | 1% | 0.96% | - |
| XYZ | 38.26 | 20.61 | 1.96 | - |
| YUV | 93.8 | 75.07 | 235.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 35 | 0 | 0 | 0.86 | 1 | 0.04 | 8.57 | 1 | 0.48 |
| Hex | F5 | 23 | 0 | 0 | 56 | 64 | 4 | 9 | 64 | 30 |
| Octal | 365 | 43 | 0 | 0 | 126 | 144 | 4 | 11 | 144 | 60 |
| Binary | 11110101 | 100011 | 0 | 0 | 1010110 | 1100100 | 100 | 1001 | 1100100 | 110000 |
Color Harmonies of #F52300
Complementary color
Monochromatic Colors of #F52300
Black with #F52300
Text Example
Text Example
White with #F52300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52300; }
p { color: rgb(245,35,0); }
H1.HeaderClassName
{
color: #F52300;
}
.AnyTagClassName
{
color: #F52300;
}
</style>
background-color css
<style>
a { background-color: #F52300; }
a { background-color: rgb(245,35,0); }
div.DivClassName
{
background-color: #F52300;
}
.BgClassName
{
background-color: #F52300;
}
</style>
border-color css
<style>
span { border-color: #F52300; }
span { border-color: rgb(245,35,0); }
td.TdClassName
{
border-color: #F52300;
}
.TagClassName
{
border-color: #F52300;
}
</style>