Shades of Scarlet #F52402
Tints of Scarlet #F52402
RGB
CMYK
RGB Variations
Color information
#F52402 (or 0xF52402) is known color: Scarlet. HEX triplet: F5, 24 and 02. RGB value is (245,36,2). Sum of RGB (Red+Green+Blue) = 245+36+2=283 (37% of max value = 765). Red value is 245 (96.09% from 255 or 86.57% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 245 - color contains mainly: red. Hex color #F52402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52402 is #0ADBFD. Grayscale: #5E5E5E. Windows color (decimal): -711678 or 140533. OLE color: 140533.
HSL color Cylindrical-coordinate representation of color #F52402: hue angle of 8.4º 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 #F52402 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.04 |
| HSL | 8.4º | 0.98% | 0.48% | - |
| HSV(B) | 8.4º | 0.99% | 0.96% | - |
| XYZ | 38.3 | 20.68 | 2.03 | - |
| YUV | 94.62 | 75.74 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 2 | 0 | 0.85 | 0.99 | 0.04 | 8.4 | 0.98 | 0.48 |
| Hex | F5 | 24 | 2 | 0 | 55 | 63 | 4 | 8 | 62 | 30 |
| Octal | 365 | 44 | 2 | 0 | 125 | 143 | 4 | 10 | 142 | 60 |
| Binary | 11110101 | 100100 | 10 | 0 | 1010101 | 1100011 | 100 | 1000 | 1100010 | 110000 |
Color Harmonies of #F52402
Complementary color
Monochromatic Colors of #F52402
Black with #F52402
Text Example
Text Example
White with #F52402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52402; }
p { color: rgb(245,36,2); }
H1.HeaderClassName
{
color: #F52402;
}
.AnyTagClassName
{
color: #F52402;
}
</style>
background-color css
<style>
a { background-color: #F52402; }
a { background-color: rgb(245,36,2); }
div.DivClassName
{
background-color: #F52402;
}
.BgClassName
{
background-color: #F52402;
}
</style>
border-color css
<style>
span { border-color: #F52402; }
span { border-color: rgb(245,36,2); }
td.TdClassName
{
border-color: #F52402;
}
.TagClassName
{
border-color: #F52402;
}
</style>