Shades of Red #F30701
Tints of Red #F30701
RGB
CMYK
RGB Variations
Color information
#F30701 (or 0xF30701) is known color: Red. HEX triplet: F3, 07 and 01. RGB value is (243,7,1). Sum of RGB (Red+Green+Blue) = 243+7+1=251 (33% of max value = 765). Red value is 243 (95.31% from 255 or 96.81% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 243 - color contains mainly: red. Hex color #F30701 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30701 is #0CF8FE. Grayscale: #4D4D4D. Windows color (decimal): -850175 or 67571. OLE color: 67571.
HSL color Cylindrical-coordinate representation of color #F30701: hue angle of 1.49º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30701 is Cyan = 0, Magento = 0.97, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 1 | - |
| CMYK | 0 | 0.97 | 1.00 | 0.05 |
| HSL | 1.49º | 0.99% | 0.48% | - |
| HSV(B) | 1.49º | 1% | 0.95% | - |
| XYZ | 37.04 | 19.21 | 1.78 | - |
| YUV | 76.88 | 85.19 | 246.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 1 | 0 | 0.97 | 1.00 | 0.05 | 1.49 | 0.99 | 0.48 |
| Hex | F3 | 7 | 1 | 0 | 61 | 64 | 5 | 1 | 63 | 30 |
| Octal | 363 | 7 | 1 | 0 | 141 | 144 | 5 | 1 | 143 | 60 |
| Binary | 11110011 | 111 | 1 | 0 | 1100001 | 1100100 | 101 | 1 | 1100011 | 110000 |
Color Harmonies of #F30701
Complementary color
Monochromatic Colors of #F30701
Black with #F30701
Text Example
Text Example
White with #F30701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30701; }
p { color: rgb(243,7,1); }
H1.HeaderClassName
{
color: #F30701;
}
.AnyTagClassName
{
color: #F30701;
}
</style>
background-color css
<style>
a { background-color: #F30701; }
a { background-color: rgb(243,7,1); }
div.DivClassName
{
background-color: #F30701;
}
.BgClassName
{
background-color: #F30701;
}
</style>
border-color css
<style>
span { border-color: #F30701; }
span { border-color: rgb(243,7,1); }
td.TdClassName
{
border-color: #F30701;
}
.TagClassName
{
border-color: #F30701;
}
</style>