Shades of Red #FB0F0A
Tints of Red #FB0F0A
RGB
CMYK
RGB Variations
Color information
#FB0F0A (or 0xFB0F0A) is known color: Red. HEX triplet: FB, 0F and 0A. RGB value is (251,15,10). Sum of RGB (Red+Green+Blue) = 251+15+10=276 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.94% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0F0A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0F0A is #04F0F5. Grayscale: #555555. Windows color (decimal): -323830 or 659451. OLE color: 659451.
HSL color Cylindrical-coordinate representation of color #FB0F0A: hue angle of 1.24º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0F0A is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 10 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.02 |
| HSL | 1.24º | 0.97% | 0.51% | - |
| HSV(B) | 1.24º | 0.96% | 0.98% | - |
| XYZ | 40.01 | 20.87 | 2.21 | - |
| YUV | 84.99 | 85.69 | 246.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 10 | 0 | 0.94 | 0.96 | 0.02 | 1.24 | 0.97 | 0.51 |
| Hex | FB | F | A | 0 | 5E | 60 | 2 | 1 | 61 | 33 |
| Octal | 373 | 17 | 12 | 0 | 136 | 140 | 2 | 1 | 141 | 63 |
| Binary | 11111011 | 1111 | 1010 | 0 | 1011110 | 1100000 | 10 | 1 | 1100001 | 110011 |
Color Harmonies of #FB0F0A
Complementary color
Monochromatic Colors of #FB0F0A
Black with #FB0F0A
Text Example
Text Example
White with #FB0F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0F0A; }
p { color: rgb(251,15,10); }
H1.HeaderClassName
{
color: #FB0F0A;
}
.AnyTagClassName
{
color: #FB0F0A;
}
</style>
background-color css
<style>
a { background-color: #FB0F0A; }
a { background-color: rgb(251,15,10); }
div.DivClassName
{
background-color: #FB0F0A;
}
.BgClassName
{
background-color: #FB0F0A;
}
</style>
border-color css
<style>
span { border-color: #FB0F0A; }
span { border-color: rgb(251,15,10); }
td.TdClassName
{
border-color: #FB0F0A;
}
.TagClassName
{
border-color: #FB0F0A;
}
</style>