Shades of Red Orange #FB372A
Tints of Red Orange #FB372A
RGB
CMYK
RGB Variations
Color information
#FB372A (or 0xFB372A) is known color: Red Orange. HEX triplet: FB, 37 and 2A. RGB value is (251,55,42). Sum of RGB (Red+Green+Blue) = 251+55+42=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB372A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB372A is #04C8D5. Grayscale: #707070. Windows color (decimal): -313558 or 2766843. OLE color: 2766843.
HSL color Cylindrical-coordinate representation of color #FB372A: hue angle of 3.73º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB372A is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 42 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.02 |
| HSL | 3.73º | 0.96% | 0.57% | - |
| HSV(B) | 3.73º | 0.83% | 0.98% | - |
| XYZ | 41.57 | 23.41 | 4.52 | - |
| YUV | 112.12 | 88.43 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 42 | 0 | 0.78 | 0.83 | 0.02 | 3.73 | 0.96 | 0.57 |
| Hex | FB | 37 | 2A | 0 | 4E | 53 | 2 | 4 | 60 | 39 |
| Octal | 373 | 67 | 52 | 0 | 116 | 123 | 2 | 4 | 140 | 71 |
| Binary | 11111011 | 110111 | 101010 | 0 | 1001110 | 1010011 | 10 | 100 | 1100000 | 111001 |
Color Harmonies of #FB372A
Complementary color
Monochromatic Colors of #FB372A
Black with #FB372A
Text Example
Text Example
White with #FB372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB372A; }
p { color: rgb(251,55,42); }
H1.HeaderClassName
{
color: #FB372A;
}
.AnyTagClassName
{
color: #FB372A;
}
</style>
background-color css
<style>
a { background-color: #FB372A; }
a { background-color: rgb(251,55,42); }
div.DivClassName
{
background-color: #FB372A;
}
.BgClassName
{
background-color: #FB372A;
}
</style>
border-color css
<style>
span { border-color: #FB372A; }
span { border-color: rgb(251,55,42); }
td.TdClassName
{
border-color: #FB372A;
}
.TagClassName
{
border-color: #FB372A;
}
</style>