Shades of Red Orange #FB2D21
Tints of Red Orange #FB2D21
RGB
CMYK
RGB Variations
Color information
#FB2D21 (or 0xFB2D21) is known color: Red Orange. HEX triplet: FB, 2D and 21. RGB value is (251,45,33). Sum of RGB (Red+Green+Blue) = 251+45+33=329 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.29% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2D21 is #04D2DE. Grayscale: #696969. Windows color (decimal): -316127 or 2174459. OLE color: 2174459.
HSL color Cylindrical-coordinate representation of color #FB2D21: hue angle of 3.3º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB2D21 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 33 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.02 |
| HSL | 3.3º | 0.96% | 0.56% | - |
| HSV(B) | 3.3º | 0.87% | 0.98% | - |
| XYZ | 41 | 22.5 | 3.62 | - |
| YUV | 105.23 | 87.25 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 33 | 0 | 0.82 | 0.87 | 0.02 | 3.3 | 0.96 | 0.56 |
| Hex | FB | 2D | 21 | 0 | 52 | 57 | 2 | 3 | 60 | 38 |
| Octal | 373 | 55 | 41 | 0 | 122 | 127 | 2 | 3 | 140 | 70 |
| Binary | 11111011 | 101101 | 100001 | 0 | 1010010 | 1010111 | 10 | 11 | 1100000 | 111000 |
Color Harmonies of #FB2D21
Complementary color
Monochromatic Colors of #FB2D21
Black with #FB2D21
Text Example
Text Example
White with #FB2D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D21; }
p { color: rgb(251,45,33); }
H1.HeaderClassName
{
color: #FB2D21;
}
.AnyTagClassName
{
color: #FB2D21;
}
</style>
background-color css
<style>
a { background-color: #FB2D21; }
a { background-color: rgb(251,45,33); }
div.DivClassName
{
background-color: #FB2D21;
}
.BgClassName
{
background-color: #FB2D21;
}
</style>
border-color css
<style>
span { border-color: #FB2D21; }
span { border-color: rgb(251,45,33); }
td.TdClassName
{
border-color: #FB2D21;
}
.TagClassName
{
border-color: #FB2D21;
}
</style>