Shades of Red #FB130E
Tints of Red #FB130E
RGB
CMYK
RGB Variations
Color information
#FB130E (or 0xFB130E) is known color: Red. HEX triplet: FB, 13 and 0E. RGB value is (251,19,14). Sum of RGB (Red+Green+Blue) = 251+19+14=284 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.38% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 251 - color contains mainly: red. Hex color #FB130E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB130E is #04ECF1. Grayscale: #585858. Windows color (decimal): -322802 or 922619. OLE color: 922619.
HSL color Cylindrical-coordinate representation of color #FB130E: hue angle of 1.27º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB130E is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 14 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.02 |
| HSL | 1.27º | 0.97% | 0.52% | - |
| HSV(B) | 1.27º | 0.94% | 0.98% | - |
| XYZ | 40.1 | 21.01 | 2.36 | - |
| YUV | 87.8 | 86.36 | 244.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 14 | 0 | 0.92 | 0.94 | 0.02 | 1.27 | 0.97 | 0.52 |
| Hex | FB | 13 | E | 0 | 5C | 5E | 2 | 1 | 61 | 34 |
| Octal | 373 | 23 | 16 | 0 | 134 | 136 | 2 | 1 | 141 | 64 |
| Binary | 11111011 | 10011 | 1110 | 0 | 1011100 | 1011110 | 10 | 1 | 1100001 | 110100 |
Color Harmonies of #FB130E
Complementary color
Monochromatic Colors of #FB130E
Black with #FB130E
Text Example
Text Example
White with #FB130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB130E; }
p { color: rgb(251,19,14); }
H1.HeaderClassName
{
color: #FB130E;
}
.AnyTagClassName
{
color: #FB130E;
}
</style>
background-color css
<style>
a { background-color: #FB130E; }
a { background-color: rgb(251,19,14); }
div.DivClassName
{
background-color: #FB130E;
}
.BgClassName
{
background-color: #FB130E;
}
</style>
border-color css
<style>
span { border-color: #FB130E; }
span { border-color: rgb(251,19,14); }
td.TdClassName
{
border-color: #FB130E;
}
.TagClassName
{
border-color: #FB130E;
}
</style>