Shades of Red #FB130D
Tints of Red #FB130D
RGB
CMYK
RGB Variations
Color information
#FB130D (or 0xFB130D) is known color: Red. HEX triplet: FB, 13 and 0D. RGB value is (251,19,13). Sum of RGB (Red+Green+Blue) = 251+19+13=283 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.69% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 251 - color contains mainly: red. Hex color #FB130D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB130D is #04ECF2. Grayscale: #575757. Windows color (decimal): -322803 or 857083. OLE color: 857083.
HSL color Cylindrical-coordinate representation of color #FB130D: hue angle of 1.51º 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 #FB130D is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 13 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.02 |
| HSL | 1.51º | 0.97% | 0.52% | - |
| HSV(B) | 1.51º | 0.95% | 0.98% | - |
| XYZ | 40.09 | 21 | 2.32 | - |
| YUV | 87.68 | 85.86 | 244.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 13 | 0 | 0.92 | 0.95 | 0.02 | 1.51 | 0.97 | 0.52 |
| Hex | FB | 13 | D | 0 | 5C | 5F | 2 | 2 | 61 | 34 |
| Octal | 373 | 23 | 15 | 0 | 134 | 137 | 2 | 2 | 141 | 64 |
| Binary | 11111011 | 10011 | 1101 | 0 | 1011100 | 1011111 | 10 | 10 | 1100001 | 110100 |
Color Harmonies of #FB130D
Complementary color
Monochromatic Colors of #FB130D
Black with #FB130D
Text Example
Text Example
White with #FB130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB130D; }
p { color: rgb(251,19,13); }
H1.HeaderClassName
{
color: #FB130D;
}
.AnyTagClassName
{
color: #FB130D;
}
</style>
background-color css
<style>
a { background-color: #FB130D; }
a { background-color: rgb(251,19,13); }
div.DivClassName
{
background-color: #FB130D;
}
.BgClassName
{
background-color: #FB130D;
}
</style>
border-color css
<style>
span { border-color: #FB130D; }
span { border-color: rgb(251,19,13); }
td.TdClassName
{
border-color: #FB130D;
}
.TagClassName
{
border-color: #FB130D;
}
</style>