Shades of Orange Red #FB3713
Tints of Orange Red #FB3713
RGB
CMYK
RGB Variations
Color information
#FB3713 (or 0xFB3713) is known color: Orange Red. HEX triplet: FB, 37 and 13. RGB value is (251,55,19). Sum of RGB (Red+Green+Blue) = 251+55+19=325 (43% of max value = 765). Red value is 251 (98.44% from 255 or 77.23% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3713 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3713 is #04C8EC. Grayscale: #6D6D6D. Windows color (decimal): -313581 or 1259515. OLE color: 1259515.
HSL color Cylindrical-coordinate representation of color #FB3713: hue angle of 9.31º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB3713 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 19 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.02 |
| HSL | 9.31º | 0.97% | 0.53% | - |
| HSV(B) | 9.31º | 0.92% | 0.98% | - |
| XYZ | 41.27 | 23.29 | 2.94 | - |
| YUV | 109.5 | 76.93 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 19 | 0 | 0.78 | 0.92 | 0.02 | 9.31 | 0.97 | 0.53 |
| Hex | FB | 37 | 13 | 0 | 4E | 5C | 2 | 9 | 61 | 35 |
| Octal | 373 | 67 | 23 | 0 | 116 | 134 | 2 | 11 | 141 | 65 |
| Binary | 11111011 | 110111 | 10011 | 0 | 1001110 | 1011100 | 10 | 1001 | 1100001 | 110101 |
Color Harmonies of #FB3713
Complementary color
Monochromatic Colors of #FB3713
Black with #FB3713
Text Example
Text Example
White with #FB3713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3713; }
p { color: rgb(251,55,19); }
H1.HeaderClassName
{
color: #FB3713;
}
.AnyTagClassName
{
color: #FB3713;
}
</style>
background-color css
<style>
a { background-color: #FB3713; }
a { background-color: rgb(251,55,19); }
div.DivClassName
{
background-color: #FB3713;
}
.BgClassName
{
background-color: #FB3713;
}
</style>
border-color css
<style>
span { border-color: #FB3713; }
span { border-color: rgb(251,55,19); }
td.TdClassName
{
border-color: #FB3713;
}
.TagClassName
{
border-color: #FB3713;
}
</style>