Shades of Red #F01313
Tints of Red #F01313
RGB
CMYK
RGB Variations
Color information
#F01313 (or 0xF01313) is known color: Red. HEX triplet: F0, 13 and 13. RGB value is (240,19,19). Sum of RGB (Red+Green+Blue) = 240+19+19=278 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.33% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 240 - color contains mainly: red. Hex color #F01313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01313 is #0FECEC. Grayscale: #555555. Windows color (decimal): -1043693 or 1250288. OLE color: 1250288.
HSL color Cylindrical-coordinate representation of color #F01313: hue angle of 0º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01313 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 19 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.06 |
| HSL | 0º | 0.88% | 0.51% | - |
| HSV(B) | 0º | 0.92% | 0.94% | - |
| XYZ | 36.29 | 19.04 | 2.38 | - |
| YUV | 85.08 | 90.72 | 238.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 19 | 0 | 0.92 | 0.92 | 0.06 | 0 | 0.88 | 0.51 |
| Hex | F0 | 13 | 13 | 0 | 5C | 5C | 6 | 0 | 58 | 33 |
| Octal | 360 | 23 | 23 | 0 | 134 | 134 | 6 | 0 | 130 | 63 |
| Binary | 11110000 | 10011 | 10011 | 0 | 1011100 | 1011100 | 110 | 0 | 1011000 | 110011 |
Color Harmonies of #F01313
Complementary color
Monochromatic Colors of #F01313
Black with #F01313
Text Example
Text Example
White with #F01313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01313; }
p { color: rgb(240,19,19); }
H1.HeaderClassName
{
color: #F01313;
}
.AnyTagClassName
{
color: #F01313;
}
</style>
background-color css
<style>
a { background-color: #F01313; }
a { background-color: rgb(240,19,19); }
div.DivClassName
{
background-color: #F01313;
}
.BgClassName
{
background-color: #F01313;
}
</style>
border-color css
<style>
span { border-color: #F01313; }
span { border-color: rgb(240,19,19); }
td.TdClassName
{
border-color: #F01313;
}
.TagClassName
{
border-color: #F01313;
}
</style>