Shades of Red Orange #FB2F2D
Tints of Red Orange #FB2F2D
RGB
CMYK
RGB Variations
Color information
#FB2F2D (or 0xFB2F2D) is known color: Red Orange. HEX triplet: FB, 2F and 2D. RGB value is (251,47,45). Sum of RGB (Red+Green+Blue) = 251+47+45=343 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.18% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2F2D is #04D0D2. Grayscale: #6B6B6B. Windows color (decimal): -315603 or 2961403. OLE color: 2961403.
HSL color Cylindrical-coordinate representation of color #FB2F2D: hue angle of 0.58º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2F2D is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 47 | 45 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.02 |
| HSL | 0.58º | 0.96% | 0.58% | - |
| HSV(B) | 0.58º | 0.82% | 0.98% | - |
| XYZ | 41.27 | 22.73 | 4.69 | - |
| YUV | 107.77 | 92.59 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 45 | 0 | 0.81 | 0.82 | 0.02 | 0.58 | 0.96 | 0.58 |
| Hex | FB | 2F | 2D | 0 | 51 | 52 | 2 | 1 | 60 | 3A |
| Octal | 373 | 57 | 55 | 0 | 121 | 122 | 2 | 1 | 140 | 72 |
| Binary | 11111011 | 101111 | 101101 | 0 | 1010001 | 1010010 | 10 | 1 | 1100000 | 111010 |
Color Harmonies of #FB2F2D
Complementary color
Monochromatic Colors of #FB2F2D
Black with #FB2F2D
Text Example
Text Example
White with #FB2F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2F2D; }
p { color: rgb(251,47,45); }
H1.HeaderClassName
{
color: #FB2F2D;
}
.AnyTagClassName
{
color: #FB2F2D;
}
</style>
background-color css
<style>
a { background-color: #FB2F2D; }
a { background-color: rgb(251,47,45); }
div.DivClassName
{
background-color: #FB2F2D;
}
.BgClassName
{
background-color: #FB2F2D;
}
</style>
border-color css
<style>
span { border-color: #FB2F2D; }
span { border-color: rgb(251,47,45); }
td.TdClassName
{
border-color: #FB2F2D;
}
.TagClassName
{
border-color: #FB2F2D;
}
</style>