Shades of Red Orange #FB372C
Tints of Red Orange #FB372C
RGB
CMYK
RGB Variations
Color information
#FB372C (or 0xFB372C) is known color: Red Orange. HEX triplet: FB, 37 and 2C. RGB value is (251,55,44). Sum of RGB (Red+Green+Blue) = 251+55+44=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB372C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB372C is #04C8D3. Grayscale: #707070. Windows color (decimal): -313556 or 2897915. OLE color: 2897915.
HSL color Cylindrical-coordinate representation of color #FB372C: hue angle of 3.19º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB372C is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 44 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.02 |
| HSL | 3.19º | 0.96% | 0.58% | - |
| HSV(B) | 3.19º | 0.82% | 0.98% | - |
| XYZ | 41.6 | 23.42 | 4.71 | - |
| YUV | 112.35 | 89.43 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 44 | 0 | 0.78 | 0.82 | 0.02 | 3.19 | 0.96 | 0.58 |
| Hex | FB | 37 | 2C | 0 | 4E | 52 | 2 | 3 | 60 | 3A |
| Octal | 373 | 67 | 54 | 0 | 116 | 122 | 2 | 3 | 140 | 72 |
| Binary | 11111011 | 110111 | 101100 | 0 | 1001110 | 1010010 | 10 | 11 | 1100000 | 111010 |
Color Harmonies of #FB372C
Complementary color
Monochromatic Colors of #FB372C
Black with #FB372C
Text Example
Text Example
White with #FB372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB372C; }
p { color: rgb(251,55,44); }
H1.HeaderClassName
{
color: #FB372C;
}
.AnyTagClassName
{
color: #FB372C;
}
</style>
background-color css
<style>
a { background-color: #FB372C; }
a { background-color: rgb(251,55,44); }
div.DivClassName
{
background-color: #FB372C;
}
.BgClassName
{
background-color: #FB372C;
}
</style>
border-color css
<style>
span { border-color: #FB372C; }
span { border-color: rgb(251,55,44); }
td.TdClassName
{
border-color: #FB372C;
}
.TagClassName
{
border-color: #FB372C;
}
</style>