Shades of Red #F31313
Tints of Red #F31313
RGB
CMYK
RGB Variations
Color information
#F31313 (or 0xF31313) is known color: Red. HEX triplet: F3, 13 and 13. RGB value is (243,19,19). Sum of RGB (Red+Green+Blue) = 243+19+19=281 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.48% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 243 - color contains mainly: red. Hex color #F31313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31313 is #0CECEC. Grayscale: #565656. Windows color (decimal): -847085 or 1250291. OLE color: 1250291.
HSL color Cylindrical-coordinate representation of color #F31313: hue angle of 0º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31313 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 19 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.05 |
| HSL | 0º | 0.9% | 0.51% | - |
| HSV(B) | 0º | 0.92% | 0.95% | - |
| XYZ | 37.31 | 19.57 | 2.43 | - |
| YUV | 85.98 | 90.21 | 240 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 19 | 0 | 0.92 | 0.92 | 0.05 | 0 | 0.9 | 0.51 |
| Hex | F3 | 13 | 13 | 0 | 5C | 5C | 5 | 0 | 5A | 33 |
| Octal | 363 | 23 | 23 | 0 | 134 | 134 | 5 | 0 | 132 | 63 |
| Binary | 11110011 | 10011 | 10011 | 0 | 1011100 | 1011100 | 101 | 0 | 1011010 | 110011 |
Color Harmonies of #F31313
Complementary color
Monochromatic Colors of #F31313
Black with #F31313
Text Example
Text Example
White with #F31313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31313; }
p { color: rgb(243,19,19); }
H1.HeaderClassName
{
color: #F31313;
}
.AnyTagClassName
{
color: #F31313;
}
</style>
background-color css
<style>
a { background-color: #F31313; }
a { background-color: rgb(243,19,19); }
div.DivClassName
{
background-color: #F31313;
}
.BgClassName
{
background-color: #F31313;
}
</style>
border-color css
<style>
span { border-color: #F31313; }
span { border-color: rgb(243,19,19); }
td.TdClassName
{
border-color: #F31313;
}
.TagClassName
{
border-color: #F31313;
}
</style>