Shades of Red Orange #FB2D20
Tints of Red Orange #FB2D20
RGB
CMYK
RGB Variations
Color information
#FB2D20 (or 0xFB2D20) is known color: Red Orange. HEX triplet: FB, 2D and 20. RGB value is (251,45,32). Sum of RGB (Red+Green+Blue) = 251+45+32=328 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.52% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2D20 is #04D2DF. Grayscale: #696969. Windows color (decimal): -316128 or 2108923. OLE color: 2108923.
HSL color Cylindrical-coordinate representation of color #FB2D20: hue angle of 3.56º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB2D20 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 32 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.02 |
| HSL | 3.56º | 0.96% | 0.55% | - |
| HSV(B) | 3.56º | 0.87% | 0.98% | - |
| XYZ | 40.98 | 22.49 | 3.55 | - |
| YUV | 105.11 | 86.75 | 232.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 32 | 0 | 0.82 | 0.87 | 0.02 | 3.56 | 0.96 | 0.55 |
| Hex | FB | 2D | 20 | 0 | 52 | 57 | 2 | 4 | 60 | 37 |
| Octal | 373 | 55 | 40 | 0 | 122 | 127 | 2 | 4 | 140 | 67 |
| Binary | 11111011 | 101101 | 100000 | 0 | 1010010 | 1010111 | 10 | 100 | 1100000 | 110111 |
Color Harmonies of #FB2D20
Complementary color
Monochromatic Colors of #FB2D20
Black with #FB2D20
Text Example
Text Example
White with #FB2D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D20; }
p { color: rgb(251,45,32); }
H1.HeaderClassName
{
color: #FB2D20;
}
.AnyTagClassName
{
color: #FB2D20;
}
</style>
background-color css
<style>
a { background-color: #FB2D20; }
a { background-color: rgb(251,45,32); }
div.DivClassName
{
background-color: #FB2D20;
}
.BgClassName
{
background-color: #FB2D20;
}
</style>
border-color css
<style>
span { border-color: #FB2D20; }
span { border-color: rgb(251,45,32); }
td.TdClassName
{
border-color: #FB2D20;
}
.TagClassName
{
border-color: #FB2D20;
}
</style>