Shades of Red #FF0F0F
Tints of Red #FF0F0F
RGB
CMYK
RGB Variations
Color information
#FF0F0F (or 0xFF0F0F) is known color: Red. HEX triplet: FF, 0F and 0F. RGB value is (255,15,15). Sum of RGB (Red+Green+Blue) = 255+15+15=285 (37% of max value = 765). Red value is 255 (100% from 255 or 89.47% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0F0F is #00F0F0. Grayscale: #575757. Windows color (decimal): -61681 or 987135. OLE color: 987135.
HSL color Cylindrical-coordinate representation of color #FF0F0F: hue angle of 0º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0F0F is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 15 | - |
| CMYK | 0 | 0.94 | 0.94 | 0 |
| HSL | 0º | 1% | 0.53% | - |
| HSV(B) | 0º | 0.94% | 1% | - |
| XYZ | 41.5 | 21.64 | 2.44 | - |
| YUV | 86.76 | 87.51 | 248 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 15 | 0 | 0.94 | 0.94 | 0 | 0 | 1 | 0.53 |
| Hex | FF | F | F | 0 | 5E | 5E | 0 | 0 | 64 | 35 |
| Octal | 377 | 17 | 17 | 0 | 136 | 136 | 0 | 0 | 144 | 65 |
| Binary | 11111111 | 1111 | 1111 | 0 | 1011110 | 1011110 | 0 | 0 | 1100100 | 110101 |
Color Harmonies of #FF0F0F
Complementary color
Monochromatic Colors of #FF0F0F
Black with #FF0F0F
Text Example
Text Example
White with #FF0F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0F0F; }
p { color: rgb(255,15,15); }
H1.HeaderClassName
{
color: #FF0F0F;
}
.AnyTagClassName
{
color: #FF0F0F;
}
</style>
background-color css
<style>
a { background-color: #FF0F0F; }
a { background-color: rgb(255,15,15); }
div.DivClassName
{
background-color: #FF0F0F;
}
.BgClassName
{
background-color: #FF0F0F;
}
</style>
border-color css
<style>
span { border-color: #FF0F0F; }
span { border-color: rgb(255,15,15); }
td.TdClassName
{
border-color: #FF0F0F;
}
.TagClassName
{
border-color: #FF0F0F;
}
</style>