Shades of Red #F30707
Tints of Red #F30707
RGB
CMYK
RGB Variations
Color information
#F30707 (or 0xF30707) is known color: Red. HEX triplet: F3, 07 and 07. RGB value is (243,7,7). Sum of RGB (Red+Green+Blue) = 243+7+7=257 (34% of max value = 765). Red value is 243 (95.31% from 255 or 94.55% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 243 - color contains mainly: red. Hex color #F30707 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30707 is #0CF8F8. Grayscale: #4D4D4D. Windows color (decimal): -850169 or 460787. OLE color: 460787.
HSL color Cylindrical-coordinate representation of color #F30707: hue angle of 0º 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 #F30707 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 7 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.05 |
| HSL | 0º | 0.94% | 0.49% | - |
| HSV(B) | 0º | 0.97% | 0.95% | - |
| XYZ | 37.08 | 19.22 | 1.96 | - |
| YUV | 77.56 | 88.19 | 246 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 7 | 0 | 0.97 | 0.97 | 0.05 | 0 | 0.94 | 0.49 |
| Hex | F3 | 7 | 7 | 0 | 61 | 61 | 5 | 0 | 5E | 31 |
| Octal | 363 | 7 | 7 | 0 | 141 | 141 | 5 | 0 | 136 | 61 |
| Binary | 11110011 | 111 | 111 | 0 | 1100001 | 1100001 | 101 | 0 | 1011110 | 110001 |
Color Harmonies of #F30707
Complementary color
Monochromatic Colors of #F30707
Black with #F30707
Text Example
Text Example
White with #F30707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30707; }
p { color: rgb(243,7,7); }
H1.HeaderClassName
{
color: #F30707;
}
.AnyTagClassName
{
color: #F30707;
}
</style>
background-color css
<style>
a { background-color: #F30707; }
a { background-color: rgb(243,7,7); }
div.DivClassName
{
background-color: #F30707;
}
.BgClassName
{
background-color: #F30707;
}
</style>
border-color css
<style>
span { border-color: #F30707; }
span { border-color: rgb(243,7,7); }
td.TdClassName
{
border-color: #F30707;
}
.TagClassName
{
border-color: #F30707;
}
</style>