Shades of Red #FB130C
Tints of Red #FB130C
RGB
CMYK
RGB Variations
Color information
#FB130C (or 0xFB130C) is known color: Red. HEX triplet: FB, 13 and 0C. RGB value is (251,19,12). Sum of RGB (Red+Green+Blue) = 251+19+12=282 (37% of max value = 765). Red value is 251 (98.44% from 255 or 89.01% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 251 - color contains mainly: red. Hex color #FB130C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB130C is #04ECF3. Grayscale: #575757. Windows color (decimal): -322804 or 791547. OLE color: 791547.
HSL color Cylindrical-coordinate representation of color #FB130C: hue angle of 1.76º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB130C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.02 |
| HSL | 1.76º | 0.97% | 0.52% | - |
| HSV(B) | 1.76º | 0.95% | 0.98% | - |
| XYZ | 40.08 | 21 | 2.29 | - |
| YUV | 87.57 | 85.36 | 244.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 12 | 0 | 0.92 | 0.95 | 0.02 | 1.76 | 0.97 | 0.52 |
| Hex | FB | 13 | C | 0 | 5C | 5F | 2 | 2 | 61 | 34 |
| Octal | 373 | 23 | 14 | 0 | 134 | 137 | 2 | 2 | 141 | 64 |
| Binary | 11111011 | 10011 | 1100 | 0 | 1011100 | 1011111 | 10 | 10 | 1100001 | 110100 |
Color Harmonies of #FB130C
Complementary color
Monochromatic Colors of #FB130C
Black with #FB130C
Text Example
Text Example
White with #FB130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB130C; }
p { color: rgb(251,19,12); }
H1.HeaderClassName
{
color: #FB130C;
}
.AnyTagClassName
{
color: #FB130C;
}
</style>
background-color css
<style>
a { background-color: #FB130C; }
a { background-color: rgb(251,19,12); }
div.DivClassName
{
background-color: #FB130C;
}
.BgClassName
{
background-color: #FB130C;
}
</style>
border-color css
<style>
span { border-color: #FB130C; }
span { border-color: rgb(251,19,12); }
td.TdClassName
{
border-color: #FB130C;
}
.TagClassName
{
border-color: #FB130C;
}
</style>