Shades of Red #FF0F07
Tints of Red #FF0F07
RGB
CMYK
RGB Variations
Color information
#FF0F07 (or 0xFF0F07) is known color: Red. HEX triplet: FF, 0F and 07. RGB value is (255,15,7). Sum of RGB (Red+Green+Blue) = 255+15+7=277 (36% of max value = 765). Red value is 255 (100% from 255 or 92.06% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0F07 is #00F0F8. Grayscale: #565656. Windows color (decimal): -61689 or 462847. OLE color: 462847.
HSL color Cylindrical-coordinate representation of color #FF0F07: hue angle of 1.94º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0F07 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 7 | - |
| CMYK | 0 | 0.94 | 0.97 | 0 |
| HSL | 1.94º | 1% | 0.51% | - |
| HSV(B) | 1.94º | 0.97% | 1% | - |
| XYZ | 41.45 | 21.62 | 2.19 | - |
| YUV | 85.85 | 83.51 | 248.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 7 | 0 | 0.94 | 0.97 | 0 | 1.94 | 1 | 0.51 |
| Hex | FF | F | 7 | 0 | 5E | 61 | 0 | 2 | 64 | 33 |
| Octal | 377 | 17 | 7 | 0 | 136 | 141 | 0 | 2 | 144 | 63 |
| Binary | 11111111 | 1111 | 111 | 0 | 1011110 | 1100001 | 0 | 10 | 1100100 | 110011 |
Color Harmonies of #FF0F07
Complementary color
Monochromatic Colors of #FF0F07
Black with #FF0F07
Text Example
Text Example
White with #FF0F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0F07; }
p { color: rgb(255,15,7); }
H1.HeaderClassName
{
color: #FF0F07;
}
.AnyTagClassName
{
color: #FF0F07;
}
</style>
background-color css
<style>
a { background-color: #FF0F07; }
a { background-color: rgb(255,15,7); }
div.DivClassName
{
background-color: #FF0F07;
}
.BgClassName
{
background-color: #FF0F07;
}
</style>
border-color css
<style>
span { border-color: #FF0F07; }
span { border-color: rgb(255,15,7); }
td.TdClassName
{
border-color: #FF0F07;
}
.TagClassName
{
border-color: #FF0F07;
}
</style>