Shades of Red #F51313
Tints of Red #F51313
RGB
CMYK
RGB Variations
Color information
#F51313 (or 0xF51313) is known color: Red. HEX triplet: F5, 13 and 13. RGB value is (245,19,19). Sum of RGB (Red+Green+Blue) = 245+19+19=283 (37% of max value = 765). Red value is 245 (96.09% from 255 or 86.57% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 245 - color contains mainly: red. Hex color #F51313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51313 is #0AECEC. Grayscale: #565656. Windows color (decimal): -716013 or 1250293. OLE color: 1250293.
HSL color Cylindrical-coordinate representation of color #F51313: hue angle of 0º degrees, saturation: 0.92, 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 #F51313 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 19 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.04 |
| HSL | 0º | 0.92% | 0.52% | - |
| HSV(B) | 0º | 0.92% | 0.96% | - |
| XYZ | 38.01 | 19.93 | 2.46 | - |
| YUV | 86.57 | 89.87 | 241 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 19 | 0 | 0.92 | 0.92 | 0.04 | 0 | 0.92 | 0.52 |
| Hex | F5 | 13 | 13 | 0 | 5C | 5C | 4 | 0 | 5C | 34 |
| Octal | 365 | 23 | 23 | 0 | 134 | 134 | 4 | 0 | 134 | 64 |
| Binary | 11110101 | 10011 | 10011 | 0 | 1011100 | 1011100 | 100 | 0 | 1011100 | 110100 |
Color Harmonies of #F51313
Complementary color
Monochromatic Colors of #F51313
Black with #F51313
Text Example
Text Example
White with #F51313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51313; }
p { color: rgb(245,19,19); }
H1.HeaderClassName
{
color: #F51313;
}
.AnyTagClassName
{
color: #F51313;
}
</style>
background-color css
<style>
a { background-color: #F51313; }
a { background-color: rgb(245,19,19); }
div.DivClassName
{
background-color: #F51313;
}
.BgClassName
{
background-color: #F51313;
}
</style>
border-color css
<style>
span { border-color: #F51313; }
span { border-color: rgb(245,19,19); }
td.TdClassName
{
border-color: #F51313;
}
.TagClassName
{
border-color: #F51313;
}
</style>