Shades of Scarlet #F41803
Tints of Scarlet #F41803
RGB
CMYK
RGB Variations
Color information
#F41803 (or 0xF41803) is known color: Scarlet. HEX triplet: F4, 18 and 03. RGB value is (244,24,3). Sum of RGB (Red+Green+Blue) = 244+24+3=271 (35% of max value = 765). Red value is 244 (95.70% from 255 or 90.04% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 244 - color contains mainly: red. Hex color #F41803 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41803 is #0BE7FC. Grayscale: #575757. Windows color (decimal): -780285 or 202996. OLE color: 202996.
HSL color Cylindrical-coordinate representation of color #F41803: hue angle of 5.23º 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 #F41803 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 3 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.04 |
| HSL | 5.23º | 0.98% | 0.48% | - |
| HSV(B) | 5.23º | 0.99% | 0.96% | - |
| XYZ | 37.65 | 19.89 | 1.94 | - |
| YUV | 87.39 | 80.39 | 239.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 3 | 0 | 0.90 | 0.99 | 0.04 | 5.23 | 0.98 | 0.48 |
| Hex | F4 | 18 | 3 | 0 | 5A | 63 | 4 | 5 | 62 | 30 |
| Octal | 364 | 30 | 3 | 0 | 132 | 143 | 4 | 5 | 142 | 60 |
| Binary | 11110100 | 11000 | 11 | 0 | 1011010 | 1100011 | 100 | 101 | 1100010 | 110000 |
Color Harmonies of #F41803
Complementary color
Monochromatic Colors of #F41803
Black with #F41803
Text Example
Text Example
White with #F41803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41803; }
p { color: rgb(244,24,3); }
H1.HeaderClassName
{
color: #F41803;
}
.AnyTagClassName
{
color: #F41803;
}
</style>
background-color css
<style>
a { background-color: #F41803; }
a { background-color: rgb(244,24,3); }
div.DivClassName
{
background-color: #F41803;
}
.BgClassName
{
background-color: #F41803;
}
</style>
border-color css
<style>
span { border-color: #F41803; }
span { border-color: rgb(244,24,3); }
td.TdClassName
{
border-color: #F41803;
}
.TagClassName
{
border-color: #F41803;
}
</style>