Shades of Red #F31207
Tints of Red #F31207
RGB
CMYK
RGB Variations
Color information
#F31207 (or 0xF31207) is known color: Red. HEX triplet: F3, 12 and 07. RGB value is (243,18,7). Sum of RGB (Red+Green+Blue) = 243+18+7=268 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90.67% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 243 - color contains mainly: red. Hex color #F31207 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31207 is #0CEDF8. Grayscale: #545454. Windows color (decimal): -847353 or 463603. OLE color: 463603.
HSL color Cylindrical-coordinate representation of color #F31207: hue angle of 2.8º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F31207 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 7 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.05 |
| HSL | 2.8º | 0.94% | 0.49% | - |
| HSV(B) | 2.8º | 0.97% | 0.95% | - |
| XYZ | 37.22 | 19.5 | 2 | - |
| YUV | 84.02 | 84.54 | 241.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 7 | 0 | 0.93 | 0.97 | 0.05 | 2.8 | 0.94 | 0.49 |
| Hex | F3 | 12 | 7 | 0 | 5D | 61 | 5 | 3 | 5E | 31 |
| Octal | 363 | 22 | 7 | 0 | 135 | 141 | 5 | 3 | 136 | 61 |
| Binary | 11110011 | 10010 | 111 | 0 | 1011101 | 1100001 | 101 | 11 | 1011110 | 110001 |
Color Harmonies of #F31207
Complementary color
Monochromatic Colors of #F31207
Black with #F31207
Text Example
Text Example
White with #F31207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31207; }
p { color: rgb(243,18,7); }
H1.HeaderClassName
{
color: #F31207;
}
.AnyTagClassName
{
color: #F31207;
}
</style>
background-color css
<style>
a { background-color: #F31207; }
a { background-color: rgb(243,18,7); }
div.DivClassName
{
background-color: #F31207;
}
.BgClassName
{
background-color: #F31207;
}
</style>
border-color css
<style>
span { border-color: #F31207; }
span { border-color: rgb(243,18,7); }
td.TdClassName
{
border-color: #F31207;
}
.TagClassName
{
border-color: #F31207;
}
</style>