Shades of Red #F30907
Tints of Red #F30907
RGB
CMYK
RGB Variations
Color information
#F30907 (or 0xF30907) is known color: Red. HEX triplet: F3, 09 and 07. RGB value is (243,9,7). Sum of RGB (Red+Green+Blue) = 243+9+7=259 (34% of max value = 765). Red value is 243 (95.31% from 255 or 93.82% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 243 - color contains mainly: red. Hex color #F30907 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30907 is #0CF6F8. Grayscale: #4E4E4E. Windows color (decimal): -849657 or 461299. OLE color: 461299.
HSL color Cylindrical-coordinate representation of color #F30907: hue angle of 0.51º 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 #F30907 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 7 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.05 |
| HSL | 0.51º | 0.94% | 0.49% | - |
| HSV(B) | 0.51º | 0.97% | 0.95% | - |
| XYZ | 37.1 | 19.27 | 1.96 | - |
| YUV | 78.74 | 87.52 | 245.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 7 | 0 | 0.96 | 0.97 | 0.05 | 0.51 | 0.94 | 0.49 |
| Hex | F3 | 9 | 7 | 0 | 60 | 61 | 5 | 1 | 5E | 31 |
| Octal | 363 | 11 | 7 | 0 | 140 | 141 | 5 | 1 | 136 | 61 |
| Binary | 11110011 | 1001 | 111 | 0 | 1100000 | 1100001 | 101 | 1 | 1011110 | 110001 |
Color Harmonies of #F30907
Complementary color
Monochromatic Colors of #F30907
Black with #F30907
Text Example
Text Example
White with #F30907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30907; }
p { color: rgb(243,9,7); }
H1.HeaderClassName
{
color: #F30907;
}
.AnyTagClassName
{
color: #F30907;
}
</style>
background-color css
<style>
a { background-color: #F30907; }
a { background-color: rgb(243,9,7); }
div.DivClassName
{
background-color: #F30907;
}
.BgClassName
{
background-color: #F30907;
}
</style>
border-color css
<style>
span { border-color: #F30907; }
span { border-color: rgb(243,9,7); }
td.TdClassName
{
border-color: #F30907;
}
.TagClassName
{
border-color: #F30907;
}
</style>