Shades of Scarlet #F42803
Tints of Scarlet #F42803
RGB
CMYK
RGB Variations
Color information
#F42803 (or 0xF42803) is known color: Scarlet. HEX triplet: F4, 28 and 03. RGB value is (244,40,3). Sum of RGB (Red+Green+Blue) = 244+40+3=287 (38% of max value = 765). Red value is 244 (95.70% from 255 or 85.02% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 244 - color contains mainly: red. Hex color #F42803 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42803 is #0BD7FC. Grayscale: #616161. Windows color (decimal): -776189 or 207092. OLE color: 207092.
HSL color Cylindrical-coordinate representation of color #F42803: hue angle of 9.21º 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 #F42803 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 3 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.04 |
| HSL | 9.21º | 0.98% | 0.48% | - |
| HSV(B) | 9.21º | 0.99% | 0.96% | - |
| XYZ | 38.08 | 20.76 | 2.09 | - |
| YUV | 96.78 | 75.09 | 233.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 3 | 0 | 0.84 | 0.99 | 0.04 | 9.21 | 0.98 | 0.48 |
| Hex | F4 | 28 | 3 | 0 | 54 | 63 | 4 | 9 | 62 | 30 |
| Octal | 364 | 50 | 3 | 0 | 124 | 143 | 4 | 11 | 142 | 60 |
| Binary | 11110100 | 101000 | 11 | 0 | 1010100 | 1100011 | 100 | 1001 | 1100010 | 110000 |
Color Harmonies of #F42803
Complementary color
Monochromatic Colors of #F42803
Black with #F42803
Text Example
Text Example
White with #F42803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42803; }
p { color: rgb(244,40,3); }
H1.HeaderClassName
{
color: #F42803;
}
.AnyTagClassName
{
color: #F42803;
}
</style>
background-color css
<style>
a { background-color: #F42803; }
a { background-color: rgb(244,40,3); }
div.DivClassName
{
background-color: #F42803;
}
.BgClassName
{
background-color: #F42803;
}
</style>
border-color css
<style>
span { border-color: #F42803; }
span { border-color: rgb(244,40,3); }
td.TdClassName
{
border-color: #F42803;
}
.TagClassName
{
border-color: #F42803;
}
</style>