Shades of Scarlet #F41403
Tints of Scarlet #F41403
RGB
CMYK
RGB Variations
Color information
#F41403 (or 0xF41403) is known color: Scarlet. HEX triplet: F4, 14 and 03. RGB value is (244,20,3). Sum of RGB (Red+Green+Blue) = 244+20+3=267 (35% of max value = 765). Red value is 244 (95.70% from 255 or 91.39% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 244 - color contains mainly: red. Hex color #F41403 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41403 is #0BEBFC. Grayscale: #555555. Windows color (decimal): -781309 or 201972. OLE color: 201972.
HSL color Cylindrical-coordinate representation of color #F41403: hue angle of 4.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 #F41403 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 3 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.04 |
| HSL | 4.23º | 0.98% | 0.48% | - |
| HSV(B) | 4.23º | 0.99% | 0.96% | - |
| XYZ | 37.57 | 19.74 | 1.92 | - |
| YUV | 85.04 | 81.71 | 241.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 3 | 0 | 0.92 | 0.99 | 0.04 | 4.23 | 0.98 | 0.48 |
| Hex | F4 | 14 | 3 | 0 | 5C | 63 | 4 | 4 | 62 | 30 |
| Octal | 364 | 24 | 3 | 0 | 134 | 143 | 4 | 4 | 142 | 60 |
| Binary | 11110100 | 10100 | 11 | 0 | 1011100 | 1100011 | 100 | 100 | 1100010 | 110000 |
Color Harmonies of #F41403
Complementary color
Monochromatic Colors of #F41403
Black with #F41403
Text Example
Text Example
White with #F41403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41403; }
p { color: rgb(244,20,3); }
H1.HeaderClassName
{
color: #F41403;
}
.AnyTagClassName
{
color: #F41403;
}
</style>
background-color css
<style>
a { background-color: #F41403; }
a { background-color: rgb(244,20,3); }
div.DivClassName
{
background-color: #F41403;
}
.BgClassName
{
background-color: #F41403;
}
</style>
border-color css
<style>
span { border-color: #F41403; }
span { border-color: rgb(244,20,3); }
td.TdClassName
{
border-color: #F41403;
}
.TagClassName
{
border-color: #F41403;
}
</style>