Shades of Red Orange #FB3C21
Tints of Red Orange #FB3C21
RGB
CMYK
RGB Variations
Color information
#FB3C21 (or 0xFB3C21) is known color: Red Orange. HEX triplet: FB, 3C and 21. RGB value is (251,60,33). Sum of RGB (Red+Green+Blue) = 251+60+33=344 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.97% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3C21 is #04C3DE. Grayscale: #727272. Windows color (decimal): -312287 or 2178299. OLE color: 2178299.
HSL color Cylindrical-coordinate representation of color #FB3C21: hue angle of 7.43º 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 #FB3C21 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 33 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.02 |
| HSL | 7.43º | 0.96% | 0.56% | - |
| HSV(B) | 7.43º | 0.87% | 0.98% | - |
| XYZ | 41.67 | 23.85 | 3.85 | - |
| YUV | 114.03 | 82.28 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 33 | 0 | 0.76 | 0.87 | 0.02 | 7.43 | 0.96 | 0.56 |
| Hex | FB | 3C | 21 | 0 | 4C | 57 | 2 | 7 | 60 | 38 |
| Octal | 373 | 74 | 41 | 0 | 114 | 127 | 2 | 7 | 140 | 70 |
| Binary | 11111011 | 111100 | 100001 | 0 | 1001100 | 1010111 | 10 | 111 | 1100000 | 111000 |
Color Harmonies of #FB3C21
Complementary color
Monochromatic Colors of #FB3C21
Black with #FB3C21
Text Example
Text Example
White with #FB3C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C21; }
p { color: rgb(251,60,33); }
H1.HeaderClassName
{
color: #FB3C21;
}
.AnyTagClassName
{
color: #FB3C21;
}
</style>
background-color css
<style>
a { background-color: #FB3C21; }
a { background-color: rgb(251,60,33); }
div.DivClassName
{
background-color: #FB3C21;
}
.BgClassName
{
background-color: #FB3C21;
}
</style>
border-color css
<style>
span { border-color: #FB3C21; }
span { border-color: rgb(251,60,33); }
td.TdClassName
{
border-color: #FB3C21;
}
.TagClassName
{
border-color: #FB3C21;
}
</style>