Shades of Red Orange #FB2D23
Tints of Red Orange #FB2D23
RGB
CMYK
RGB Variations
Color information
#FB2D23 (or 0xFB2D23) is known color: Red Orange. HEX triplet: FB, 2D and 23. RGB value is (251,45,35). Sum of RGB (Red+Green+Blue) = 251+45+35=331 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.83% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 35 (14.06% from 255 or 10.57% from 331); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2D23 is #04D2DC. Grayscale: #696969. Windows color (decimal): -316125 or 2305531. OLE color: 2305531.
HSL color Cylindrical-coordinate representation of color #FB2D23: hue angle of 2.78º 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 #FB2D23 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 35 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.02 |
| HSL | 2.78º | 0.96% | 0.56% | - |
| HSV(B) | 2.78º | 0.86% | 0.98% | - |
| XYZ | 41.03 | 22.51 | 3.77 | - |
| YUV | 105.45 | 88.25 | 231.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 35 | 0 | 0.82 | 0.86 | 0.02 | 2.78 | 0.96 | 0.56 |
| Hex | FB | 2D | 23 | 0 | 52 | 56 | 2 | 3 | 60 | 38 |
| Octal | 373 | 55 | 43 | 0 | 122 | 126 | 2 | 3 | 140 | 70 |
| Binary | 11111011 | 101101 | 100011 | 0 | 1010010 | 1010110 | 10 | 11 | 1100000 | 111000 |
Color Harmonies of #FB2D23
Complementary color
Monochromatic Colors of #FB2D23
Black with #FB2D23
Text Example
Text Example
White with #FB2D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D23; }
p { color: rgb(251,45,35); }
H1.HeaderClassName
{
color: #FB2D23;
}
.AnyTagClassName
{
color: #FB2D23;
}
</style>
background-color css
<style>
a { background-color: #FB2D23; }
a { background-color: rgb(251,45,35); }
div.DivClassName
{
background-color: #FB2D23;
}
.BgClassName
{
background-color: #FB2D23;
}
</style>
border-color css
<style>
span { border-color: #FB2D23; }
span { border-color: rgb(251,45,35); }
td.TdClassName
{
border-color: #FB2D23;
}
.TagClassName
{
border-color: #FB2D23;
}
</style>