Shades of Red Orange #FB372B
Tints of Red Orange #FB372B
RGB
CMYK
RGB Variations
Color information
#FB372B (or 0xFB372B) is known color: Red Orange. HEX triplet: FB, 37 and 2B. RGB value is (251,55,43). Sum of RGB (Red+Green+Blue) = 251+55+43=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB372B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB372B is #04C8D4. Grayscale: #707070. Windows color (decimal): -313557 or 2832379. OLE color: 2832379.
HSL color Cylindrical-coordinate representation of color #FB372B: hue angle of 3.46º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB372B is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 43 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.02 |
| HSL | 3.46º | 0.96% | 0.58% | - |
| HSV(B) | 3.46º | 0.83% | 0.98% | - |
| XYZ | 41.59 | 23.42 | 4.61 | - |
| YUV | 112.24 | 88.93 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 43 | 0 | 0.78 | 0.83 | 0.02 | 3.46 | 0.96 | 0.58 |
| Hex | FB | 37 | 2B | 0 | 4E | 53 | 2 | 3 | 60 | 3A |
| Octal | 373 | 67 | 53 | 0 | 116 | 123 | 2 | 3 | 140 | 72 |
| Binary | 11111011 | 110111 | 101011 | 0 | 1001110 | 1010011 | 10 | 11 | 1100000 | 111010 |
Color Harmonies of #FB372B
Complementary color
Monochromatic Colors of #FB372B
Black with #FB372B
Text Example
Text Example
White with #FB372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB372B; }
p { color: rgb(251,55,43); }
H1.HeaderClassName
{
color: #FB372B;
}
.AnyTagClassName
{
color: #FB372B;
}
</style>
background-color css
<style>
a { background-color: #FB372B; }
a { background-color: rgb(251,55,43); }
div.DivClassName
{
background-color: #FB372B;
}
.BgClassName
{
background-color: #FB372B;
}
</style>
border-color css
<style>
span { border-color: #FB372B; }
span { border-color: rgb(251,55,43); }
td.TdClassName
{
border-color: #FB372B;
}
.TagClassName
{
border-color: #FB372B;
}
</style>