Shades of Orange Red #FB370D
Tints of Orange Red #FB370D
RGB
CMYK
RGB Variations
Color information
#FB370D (or 0xFB370D) is known color: Orange Red. HEX triplet: FB, 37 and 0D. RGB value is (251,55,13). Sum of RGB (Red+Green+Blue) = 251+55+13=319 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.68% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 251 - color contains mainly: red. Hex color #FB370D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB370D is #04C8F2. Grayscale: #6D6D6D. Windows color (decimal): -313587 or 866299. OLE color: 866299.
HSL color Cylindrical-coordinate representation of color #FB370D: hue angle of 10.59º 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 #FB370D is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 13 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.02 |
| HSL | 10.59º | 0.97% | 0.52% | - |
| HSV(B) | 10.59º | 0.95% | 0.98% | - |
| XYZ | 41.22 | 23.27 | 2.7 | - |
| YUV | 108.82 | 73.93 | 229.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 13 | 0 | 0.78 | 0.95 | 0.02 | 10.59 | 0.97 | 0.52 |
| Hex | FB | 37 | D | 0 | 4E | 5F | 2 | B | 61 | 34 |
| Octal | 373 | 67 | 15 | 0 | 116 | 137 | 2 | 13 | 141 | 64 |
| Binary | 11111011 | 110111 | 1101 | 0 | 1001110 | 1011111 | 10 | 1011 | 1100001 | 110100 |
Color Harmonies of #FB370D
Complementary color
Monochromatic Colors of #FB370D
Black with #FB370D
Text Example
Text Example
White with #FB370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB370D; }
p { color: rgb(251,55,13); }
H1.HeaderClassName
{
color: #FB370D;
}
.AnyTagClassName
{
color: #FB370D;
}
</style>
background-color css
<style>
a { background-color: #FB370D; }
a { background-color: rgb(251,55,13); }
div.DivClassName
{
background-color: #FB370D;
}
.BgClassName
{
background-color: #FB370D;
}
</style>
border-color css
<style>
span { border-color: #FB370D; }
span { border-color: rgb(251,55,13); }
td.TdClassName
{
border-color: #FB370D;
}
.TagClassName
{
border-color: #FB370D;
}
</style>