Shades of Scarlet #F52403
Tints of Scarlet #F52403
RGB
CMYK
RGB Variations
Color information
#F52403 (or 0xF52403) is known color: Scarlet. HEX triplet: F5, 24 and 03. RGB value is (245,36,3). Sum of RGB (Red+Green+Blue) = 245+36+3=284 (37% of max value = 765). Red value is 245 (96.09% from 255 or 86.27% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 245 - color contains mainly: red. Hex color #F52403 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52403 is #0ADBFC. Grayscale: #5F5F5F. Windows color (decimal): -711677 or 206069. OLE color: 206069.
HSL color Cylindrical-coordinate representation of color #F52403: hue angle of 8.18º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F52403 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 3 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.04 |
| HSL | 8.18º | 0.98% | 0.49% | - |
| HSV(B) | 8.18º | 0.99% | 0.96% | - |
| XYZ | 38.3 | 20.68 | 2.06 | - |
| YUV | 94.73 | 76.24 | 235.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 3 | 0 | 0.85 | 0.99 | 0.04 | 8.18 | 0.98 | 0.49 |
| Hex | F5 | 24 | 3 | 0 | 55 | 63 | 4 | 8 | 62 | 31 |
| Octal | 365 | 44 | 3 | 0 | 125 | 143 | 4 | 10 | 142 | 61 |
| Binary | 11110101 | 100100 | 11 | 0 | 1010101 | 1100011 | 100 | 1000 | 1100010 | 110001 |
Color Harmonies of #F52403
Complementary color
Monochromatic Colors of #F52403
Black with #F52403
Text Example
Text Example
White with #F52403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52403; }
p { color: rgb(245,36,3); }
H1.HeaderClassName
{
color: #F52403;
}
.AnyTagClassName
{
color: #F52403;
}
</style>
background-color css
<style>
a { background-color: #F52403; }
a { background-color: rgb(245,36,3); }
div.DivClassName
{
background-color: #F52403;
}
.BgClassName
{
background-color: #F52403;
}
</style>
border-color css
<style>
span { border-color: #F52403; }
span { border-color: rgb(245,36,3); }
td.TdClassName
{
border-color: #F52403;
}
.TagClassName
{
border-color: #F52403;
}
</style>