Shades of Red #F41313
Tints of Red #F41313
RGB
CMYK
RGB Variations
Color information
#F41313 (or 0xF41313) is known color: Red. HEX triplet: F4, 13 and 13. RGB value is (244,19,19). Sum of RGB (Red+Green+Blue) = 244+19+19=282 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.52% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 244 - color contains mainly: red. Hex color #F41313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41313 is #0BECEC. Grayscale: #565656. Windows color (decimal): -781549 or 1250292. OLE color: 1250292.
HSL color Cylindrical-coordinate representation of color #F41313: hue angle of 0º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F41313 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 19 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.04 |
| HSL | 0º | 0.91% | 0.52% | - |
| HSV(B) | 0º | 0.92% | 0.96% | - |
| XYZ | 37.66 | 19.75 | 2.44 | - |
| YUV | 86.28 | 90.04 | 240.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 19 | 0 | 0.92 | 0.92 | 0.04 | 0 | 0.91 | 0.52 |
| Hex | F4 | 13 | 13 | 0 | 5C | 5C | 4 | 0 | 5B | 34 |
| Octal | 364 | 23 | 23 | 0 | 134 | 134 | 4 | 0 | 133 | 64 |
| Binary | 11110100 | 10011 | 10011 | 0 | 1011100 | 1011100 | 100 | 0 | 1011011 | 110100 |
Color Harmonies of #F41313
Complementary color
Monochromatic Colors of #F41313
Black with #F41313
Text Example
Text Example
White with #F41313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41313; }
p { color: rgb(244,19,19); }
H1.HeaderClassName
{
color: #F41313;
}
.AnyTagClassName
{
color: #F41313;
}
</style>
background-color css
<style>
a { background-color: #F41313; }
a { background-color: rgb(244,19,19); }
div.DivClassName
{
background-color: #F41313;
}
.BgClassName
{
background-color: #F41313;
}
</style>
border-color css
<style>
span { border-color: #F41313; }
span { border-color: rgb(244,19,19); }
td.TdClassName
{
border-color: #F41313;
}
.TagClassName
{
border-color: #F41313;
}
</style>