Shades of Red #F31010
Tints of Red #F31010
RGB
CMYK
RGB Variations
Color information
#F31010 (or 0xF31010) is known color: Red. HEX triplet: F3, 10 and 10. RGB value is (243,16,16). Sum of RGB (Red+Green+Blue) = 243+16+16=275 (36% of max value = 765). Red value is 243 (95.31% from 255 or 88.36% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 243 - color contains mainly: red. Hex color #F31010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31010 is #0CEFEF. Grayscale: #545454. Windows color (decimal): -847856 or 1052915. OLE color: 1052915.
HSL color Cylindrical-coordinate representation of color #F31010: 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.93%. Process color model (Four color, CMYK) of #F31010 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 16 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.05 |
| HSL | 0º | 0.9% | 0.51% | - |
| HSV(B) | 0º | 0.93% | 0.95% | - |
| XYZ | 37.24 | 19.46 | 2.28 | - |
| YUV | 83.87 | 89.71 | 241.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 16 | 0 | 0.93 | 0.93 | 0.05 | 0 | 0.9 | 0.51 |
| Hex | F3 | 10 | 10 | 0 | 5D | 5D | 5 | 0 | 5A | 33 |
| Octal | 363 | 20 | 20 | 0 | 135 | 135 | 5 | 0 | 132 | 63 |
| Binary | 11110011 | 10000 | 10000 | 0 | 1011101 | 1011101 | 101 | 0 | 1011010 | 110011 |
Color Harmonies of #F31010
Complementary color
Monochromatic Colors of #F31010
Black with #F31010
Text Example
Text Example
White with #F31010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31010; }
p { color: rgb(243,16,16); }
H1.HeaderClassName
{
color: #F31010;
}
.AnyTagClassName
{
color: #F31010;
}
</style>
background-color css
<style>
a { background-color: #F31010; }
a { background-color: rgb(243,16,16); }
div.DivClassName
{
background-color: #F31010;
}
.BgClassName
{
background-color: #F31010;
}
</style>
border-color css
<style>
span { border-color: #F31010; }
span { border-color: rgb(243,16,16); }
td.TdClassName
{
border-color: #F31010;
}
.TagClassName
{
border-color: #F31010;
}
</style>