Shades of Red #FB0F04
Tints of Red #FB0F04
RGB
CMYK
RGB Variations
Color information
#FB0F04 (or 0xFB0F04) is known color: Red. HEX triplet: FB, 0F and 04. RGB value is (251,15,4). Sum of RGB (Red+Green+Blue) = 251+15+4=270 (35% of max value = 765). Red value is 251 (98.44% from 255 or 92.96% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0F04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0F04 is #04F0FB. Grayscale: #545454. Windows color (decimal): -323836 or 266235. OLE color: 266235.
HSL color Cylindrical-coordinate representation of color #FB0F04: hue angle of 2.67º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB0F04 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 4 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.02 |
| HSL | 2.67º | 0.97% | 0.5% | - |
| HSV(B) | 2.67º | 0.98% | 0.98% | - |
| XYZ | 39.98 | 20.86 | 2.03 | - |
| YUV | 84.31 | 82.69 | 246.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 4 | 0 | 0.94 | 0.98 | 0.02 | 2.67 | 0.97 | 0.5 |
| Hex | FB | F | 4 | 0 | 5E | 62 | 2 | 3 | 61 | 32 |
| Octal | 373 | 17 | 4 | 0 | 136 | 142 | 2 | 3 | 141 | 62 |
| Binary | 11111011 | 1111 | 100 | 0 | 1011110 | 1100010 | 10 | 11 | 1100001 | 110010 |
Color Harmonies of #FB0F04
Complementary color
Monochromatic Colors of #FB0F04
Black with #FB0F04
Text Example
Text Example
White with #FB0F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0F04; }
p { color: rgb(251,15,4); }
H1.HeaderClassName
{
color: #FB0F04;
}
.AnyTagClassName
{
color: #FB0F04;
}
</style>
background-color css
<style>
a { background-color: #FB0F04; }
a { background-color: rgb(251,15,4); }
div.DivClassName
{
background-color: #FB0F04;
}
.BgClassName
{
background-color: #FB0F04;
}
</style>
border-color css
<style>
span { border-color: #FB0F04; }
span { border-color: rgb(251,15,4); }
td.TdClassName
{
border-color: #FB0F04;
}
.TagClassName
{
border-color: #FB0F04;
}
</style>