Shades of Red Orange #FB2D22
Tints of Red Orange #FB2D22
RGB
CMYK
RGB Variations
Color information
#FB2D22 (or 0xFB2D22) is known color: Red Orange. HEX triplet: FB, 2D and 22. RGB value is (251,45,34). Sum of RGB (Red+Green+Blue) = 251+45+34=330 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.06% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2D22 is #04D2DD. Grayscale: #696969. Windows color (decimal): -316126 or 2239995. OLE color: 2239995.
HSL color Cylindrical-coordinate representation of color #FB2D22: hue angle of 3.04º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB2D22 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 34 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.02 |
| HSL | 3.04º | 0.96% | 0.56% | - |
| HSV(B) | 3.04º | 0.86% | 0.98% | - |
| XYZ | 41.01 | 22.5 | 3.7 | - |
| YUV | 105.34 | 87.75 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 34 | 0 | 0.82 | 0.86 | 0.02 | 3.04 | 0.96 | 0.56 |
| Hex | FB | 2D | 22 | 0 | 52 | 56 | 2 | 3 | 60 | 38 |
| Octal | 373 | 55 | 42 | 0 | 122 | 126 | 2 | 3 | 140 | 70 |
| Binary | 11111011 | 101101 | 100010 | 0 | 1010010 | 1010110 | 10 | 11 | 1100000 | 111000 |
Color Harmonies of #FB2D22
Complementary color
Monochromatic Colors of #FB2D22
Black with #FB2D22
Text Example
Text Example
White with #FB2D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D22; }
p { color: rgb(251,45,34); }
H1.HeaderClassName
{
color: #FB2D22;
}
.AnyTagClassName
{
color: #FB2D22;
}
</style>
background-color css
<style>
a { background-color: #FB2D22; }
a { background-color: rgb(251,45,34); }
div.DivClassName
{
background-color: #FB2D22;
}
.BgClassName
{
background-color: #FB2D22;
}
</style>
border-color css
<style>
span { border-color: #FB2D22; }
span { border-color: rgb(251,45,34); }
td.TdClassName
{
border-color: #FB2D22;
}
.TagClassName
{
border-color: #FB2D22;
}
</style>