Shades of Red #F31210
Tints of Red #F31210
RGB
CMYK
RGB Variations
Color information
#F31210 (or 0xF31210) is known color: Red. HEX triplet: F3, 12 and 10. RGB value is (243,18,16). Sum of RGB (Red+Green+Blue) = 243+18+16=277 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.73% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 243 - color contains mainly: red. Hex color #F31210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31210 is #0CEDEF. Grayscale: #555555. Windows color (decimal): -847344 or 1053427. OLE color: 1053427.
HSL color Cylindrical-coordinate representation of color #F31210: hue angle of 0.53º 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 #F31210 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 16 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.05 |
| HSL | 0.53º | 0.9% | 0.51% | - |
| HSV(B) | 0.53º | 0.93% | 0.95% | - |
| XYZ | 37.27 | 19.52 | 2.29 | - |
| YUV | 85.05 | 89.04 | 240.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 16 | 0 | 0.93 | 0.93 | 0.05 | 0.53 | 0.9 | 0.51 |
| Hex | F3 | 12 | 10 | 0 | 5D | 5D | 5 | 1 | 5A | 33 |
| Octal | 363 | 22 | 20 | 0 | 135 | 135 | 5 | 1 | 132 | 63 |
| Binary | 11110011 | 10010 | 10000 | 0 | 1011101 | 1011101 | 101 | 1 | 1011010 | 110011 |
Color Harmonies of #F31210
Complementary color
Monochromatic Colors of #F31210
Black with #F31210
Text Example
Text Example
White with #F31210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31210; }
p { color: rgb(243,18,16); }
H1.HeaderClassName
{
color: #F31210;
}
.AnyTagClassName
{
color: #F31210;
}
</style>
background-color css
<style>
a { background-color: #F31210; }
a { background-color: rgb(243,18,16); }
div.DivClassName
{
background-color: #F31210;
}
.BgClassName
{
background-color: #F31210;
}
</style>
border-color css
<style>
span { border-color: #F31210; }
span { border-color: rgb(243,18,16); }
td.TdClassName
{
border-color: #F31210;
}
.TagClassName
{
border-color: #F31210;
}
</style>