Shades of Scarlet #F53002
Tints of Scarlet #F53002
RGB
CMYK
RGB Variations
Color information
#F53002 (or 0xF53002) is known color: Scarlet. HEX triplet: F5, 30 and 02. RGB value is (245,48,2). Sum of RGB (Red+Green+Blue) = 245+48+2=295 (39% of max value = 765). Red value is 245 (96.09% from 255 or 83.05% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 245 - color contains mainly: red. Hex color #F53002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53002 is #0ACFFD. Grayscale: #666666. Windows color (decimal): -708606 or 143605. OLE color: 143605.
HSL color Cylindrical-coordinate representation of color #F53002: hue angle of 11.36º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F53002 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 48 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.04 |
| HSL | 11.36º | 0.98% | 0.48% | - |
| HSV(B) | 11.36º | 0.99% | 0.96% | - |
| XYZ | 38.72 | 21.53 | 2.17 | - |
| YUV | 101.66 | 71.77 | 230.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 48 | 2 | 0 | 0.80 | 0.99 | 0.04 | 11.36 | 0.98 | 0.48 |
| Hex | F5 | 30 | 2 | 0 | 50 | 63 | 4 | B | 62 | 30 |
| Octal | 365 | 60 | 2 | 0 | 120 | 143 | 4 | 13 | 142 | 60 |
| Binary | 11110101 | 110000 | 10 | 0 | 1010000 | 1100011 | 100 | 1011 | 1100010 | 110000 |
Color Harmonies of #F53002
Complementary color
Monochromatic Colors of #F53002
Black with #F53002
Text Example
Text Example
White with #F53002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53002; }
p { color: rgb(245,48,2); }
H1.HeaderClassName
{
color: #F53002;
}
.AnyTagClassName
{
color: #F53002;
}
</style>
background-color css
<style>
a { background-color: #F53002; }
a { background-color: rgb(245,48,2); }
div.DivClassName
{
background-color: #F53002;
}
.BgClassName
{
background-color: #F53002;
}
</style>
border-color css
<style>
span { border-color: #F53002; }
span { border-color: rgb(245,48,2); }
td.TdClassName
{
border-color: #F53002;
}
.TagClassName
{
border-color: #F53002;
}
</style>