Shades of Red Orange #FB372D
Tints of Red Orange #FB372D
RGB
CMYK
RGB Variations
Color information
#FB372D (or 0xFB372D) is known color: Red Orange. HEX triplet: FB, 37 and 2D. RGB value is (251,55,45). Sum of RGB (Red+Green+Blue) = 251+55+45=351 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.51% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 251 - color contains mainly: red. Hex color #FB372D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB372D is #04C8D2. Grayscale: #707070. Windows color (decimal): -313555 or 2963451. OLE color: 2963451.
HSL color Cylindrical-coordinate representation of color #FB372D: hue angle of 2.91º 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 #FB372D is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 45 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.02 |
| HSL | 2.91º | 0.96% | 0.58% | - |
| HSV(B) | 2.91º | 0.82% | 0.98% | - |
| XYZ | 41.62 | 23.43 | 4.81 | - |
| YUV | 112.46 | 89.93 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 45 | 0 | 0.78 | 0.82 | 0.02 | 2.91 | 0.96 | 0.58 |
| Hex | FB | 37 | 2D | 0 | 4E | 52 | 2 | 3 | 60 | 3A |
| Octal | 373 | 67 | 55 | 0 | 116 | 122 | 2 | 3 | 140 | 72 |
| Binary | 11111011 | 110111 | 101101 | 0 | 1001110 | 1010010 | 10 | 11 | 1100000 | 111010 |
Color Harmonies of #FB372D
Complementary color
Monochromatic Colors of #FB372D
Black with #FB372D
Text Example
Text Example
White with #FB372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB372D; }
p { color: rgb(251,55,45); }
H1.HeaderClassName
{
color: #FB372D;
}
.AnyTagClassName
{
color: #FB372D;
}
</style>
background-color css
<style>
a { background-color: #FB372D; }
a { background-color: rgb(251,55,45); }
div.DivClassName
{
background-color: #FB372D;
}
.BgClassName
{
background-color: #FB372D;
}
</style>
border-color css
<style>
span { border-color: #FB372D; }
span { border-color: rgb(251,55,45); }
td.TdClassName
{
border-color: #FB372D;
}
.TagClassName
{
border-color: #FB372D;
}
</style>