Shades of Red #FB130F
Tints of Red #FB130F
RGB
CMYK
RGB Variations
Color information
#FB130F (or 0xFB130F) is known color: Red. HEX triplet: FB, 13 and 0F. RGB value is (251,19,15). Sum of RGB (Red+Green+Blue) = 251+19+15=285 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.07% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 251 - color contains mainly: red. Hex color #FB130F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB130F is #04ECF0. Grayscale: #585858. Windows color (decimal): -322801 or 988155. OLE color: 988155.
HSL color Cylindrical-coordinate representation of color #FB130F: hue angle of 1.02º 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 #FB130F is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 15 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.02 |
| HSL | 1.02º | 0.97% | 0.52% | - |
| HSV(B) | 1.02º | 0.94% | 0.98% | - |
| XYZ | 40.1 | 21.01 | 2.39 | - |
| YUV | 87.91 | 86.86 | 244.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 15 | 0 | 0.92 | 0.94 | 0.02 | 1.02 | 0.97 | 0.52 |
| Hex | FB | 13 | F | 0 | 5C | 5E | 2 | 1 | 61 | 34 |
| Octal | 373 | 23 | 17 | 0 | 134 | 136 | 2 | 1 | 141 | 64 |
| Binary | 11111011 | 10011 | 1111 | 0 | 1011100 | 1011110 | 10 | 1 | 1100001 | 110100 |
Color Harmonies of #FB130F
Complementary color
Monochromatic Colors of #FB130F
Black with #FB130F
Text Example
Text Example
White with #FB130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB130F; }
p { color: rgb(251,19,15); }
H1.HeaderClassName
{
color: #FB130F;
}
.AnyTagClassName
{
color: #FB130F;
}
</style>
background-color css
<style>
a { background-color: #FB130F; }
a { background-color: rgb(251,19,15); }
div.DivClassName
{
background-color: #FB130F;
}
.BgClassName
{
background-color: #FB130F;
}
</style>
border-color css
<style>
span { border-color: #FB130F; }
span { border-color: rgb(251,19,15); }
td.TdClassName
{
border-color: #FB130F;
}
.TagClassName
{
border-color: #FB130F;
}
</style>