Shades of Scarlet #F41303
Tints of Scarlet #F41303
RGB
CMYK
RGB Variations
Color information
#F41303 (or 0xF41303) is known color: Scarlet. HEX triplet: F4, 13 and 03. RGB value is (244,19,3). Sum of RGB (Red+Green+Blue) = 244+19+3=266 (35% of max value = 765). Red value is 244 (95.70% from 255 or 91.73% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 244 - color contains mainly: red. Hex color #F41303 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41303 is #0BECFC. Grayscale: #545454. Windows color (decimal): -781565 or 201716. OLE color: 201716.
HSL color Cylindrical-coordinate representation of color #F41303: hue angle of 3.98º 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 #F41303 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 3 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.04 |
| HSL | 3.98º | 0.98% | 0.48% | - |
| HSV(B) | 3.98º | 0.99% | 0.96% | - |
| XYZ | 37.56 | 19.71 | 1.91 | - |
| YUV | 84.45 | 82.04 | 241.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 3 | 0 | 0.92 | 0.99 | 0.04 | 3.98 | 0.98 | 0.48 |
| Hex | F4 | 13 | 3 | 0 | 5C | 63 | 4 | 4 | 62 | 30 |
| Octal | 364 | 23 | 3 | 0 | 134 | 143 | 4 | 4 | 142 | 60 |
| Binary | 11110100 | 10011 | 11 | 0 | 1011100 | 1100011 | 100 | 100 | 1100010 | 110000 |
Color Harmonies of #F41303
Complementary color
Monochromatic Colors of #F41303
Black with #F41303
Text Example
Text Example
White with #F41303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41303; }
p { color: rgb(244,19,3); }
H1.HeaderClassName
{
color: #F41303;
}
.AnyTagClassName
{
color: #F41303;
}
</style>
background-color css
<style>
a { background-color: #F41303; }
a { background-color: rgb(244,19,3); }
div.DivClassName
{
background-color: #F41303;
}
.BgClassName
{
background-color: #F41303;
}
</style>
border-color css
<style>
span { border-color: #F41303; }
span { border-color: rgb(244,19,3); }
td.TdClassName
{
border-color: #F41303;
}
.TagClassName
{
border-color: #F41303;
}
</style>