Shades of Red Orange #FB2A1F
Tints of Red Orange #FB2A1F
RGB
CMYK
RGB Variations
Color information
#FB2A1F (or 0xFB2A1F) is known color: Red Orange. HEX triplet: FB, 2A and 1F. RGB value is (251,42,31). Sum of RGB (Red+Green+Blue) = 251+42+31=324 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.47% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2A1F is #04D5E0. Grayscale: #676767. Windows color (decimal): -316897 or 2042619. OLE color: 2042619.
HSL color Cylindrical-coordinate representation of color #FB2A1F: hue angle of 3º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB2A1F is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 42 | 31 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.02 |
| HSL | 3º | 0.96% | 0.55% | - |
| HSV(B) | 3º | 0.88% | 0.98% | - |
| XYZ | 40.86 | 22.26 | 3.44 | - |
| YUV | 103.24 | 87.24 | 233.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 42 | 31 | 0 | 0.83 | 0.88 | 0.02 | 3 | 0.96 | 0.55 |
| Hex | FB | 2A | 1F | 0 | 53 | 58 | 2 | 3 | 60 | 37 |
| Octal | 373 | 52 | 37 | 0 | 123 | 130 | 2 | 3 | 140 | 67 |
| Binary | 11111011 | 101010 | 11111 | 0 | 1010011 | 1011000 | 10 | 11 | 1100000 | 110111 |
Color Harmonies of #FB2A1F
Complementary color
Monochromatic Colors of #FB2A1F
Black with #FB2A1F
Text Example
Text Example
White with #FB2A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2A1F; }
p { color: rgb(251,42,31); }
H1.HeaderClassName
{
color: #FB2A1F;
}
.AnyTagClassName
{
color: #FB2A1F;
}
</style>
background-color css
<style>
a { background-color: #FB2A1F; }
a { background-color: rgb(251,42,31); }
div.DivClassName
{
background-color: #FB2A1F;
}
.BgClassName
{
background-color: #FB2A1F;
}
</style>
border-color css
<style>
span { border-color: #FB2A1F; }
span { border-color: rgb(251,42,31); }
td.TdClassName
{
border-color: #FB2A1F;
}
.TagClassName
{
border-color: #FB2A1F;
}
</style>