Shades of Red Orange #FB2E2A
Tints of Red Orange #FB2E2A
RGB
CMYK
RGB Variations
Color information
#FB2E2A (or 0xFB2E2A) is known color: Red Orange. HEX triplet: FB, 2E and 2A. RGB value is (251,46,42). Sum of RGB (Red+Green+Blue) = 251+46+42=339 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.04% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2E2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2E2A is #04D1D5. Grayscale: #6B6B6B. Windows color (decimal): -315862 or 2764539. OLE color: 2764539.
HSL color Cylindrical-coordinate representation of color #FB2E2A: hue angle of 1.15º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2E2A is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 46 | 42 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.02 |
| HSL | 1.15º | 0.96% | 0.57% | - |
| HSV(B) | 1.15º | 0.83% | 0.98% | - |
| XYZ | 41.18 | 22.63 | 4.39 | - |
| YUV | 106.84 | 91.42 | 230.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 46 | 42 | 0 | 0.82 | 0.83 | 0.02 | 1.15 | 0.96 | 0.57 |
| Hex | FB | 2E | 2A | 0 | 52 | 53 | 2 | 1 | 60 | 39 |
| Octal | 373 | 56 | 52 | 0 | 122 | 123 | 2 | 1 | 140 | 71 |
| Binary | 11111011 | 101110 | 101010 | 0 | 1010010 | 1010011 | 10 | 1 | 1100000 | 111001 |
Color Harmonies of #FB2E2A
Complementary color
Monochromatic Colors of #FB2E2A
Black with #FB2E2A
Text Example
Text Example
White with #FB2E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2E2A; }
p { color: rgb(251,46,42); }
H1.HeaderClassName
{
color: #FB2E2A;
}
.AnyTagClassName
{
color: #FB2E2A;
}
</style>
background-color css
<style>
a { background-color: #FB2E2A; }
a { background-color: rgb(251,46,42); }
div.DivClassName
{
background-color: #FB2E2A;
}
.BgClassName
{
background-color: #FB2E2A;
}
</style>
border-color css
<style>
span { border-color: #FB2E2A; }
span { border-color: rgb(251,46,42); }
td.TdClassName
{
border-color: #FB2E2A;
}
.TagClassName
{
border-color: #FB2E2A;
}
</style>