Shades of Red Orange #FB3333
Tints of Red Orange #FB3333
RGB
CMYK
RGB Variations
Color information
#FB3333 (or 0xFB3333) is known color: Red Orange. HEX triplet: FB, 33 and 33. RGB value is (251,51,51). Sum of RGB (Red+Green+Blue) = 251+51+51=353 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.10% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3333 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3333 is #04CCCC. Grayscale: #6F6F6F. Windows color (decimal): -314573 or 3355643. OLE color: 3355643.
HSL color Cylindrical-coordinate representation of color #FB3333: hue angle of 0º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB3333 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 51 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.02 |
| HSL | 0º | 0.96% | 0.59% | - |
| HSV(B) | 0º | 0.8% | 0.98% | - |
| XYZ | 41.57 | 23.12 | 5.4 | - |
| YUV | 110.8 | 94.26 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 51 | 0 | 0.80 | 0.80 | 0.02 | 0 | 0.96 | 0.59 |
| Hex | FB | 33 | 33 | 0 | 50 | 50 | 2 | 0 | 60 | 3B |
| Octal | 373 | 63 | 63 | 0 | 120 | 120 | 2 | 0 | 140 | 73 |
| Binary | 11111011 | 110011 | 110011 | 0 | 1010000 | 1010000 | 10 | 0 | 1100000 | 111011 |
Color Harmonies of #FB3333
Complementary color
Monochromatic Colors of #FB3333
Black with #FB3333
Text Example
Text Example
White with #FB3333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3333; }
p { color: rgb(251,51,51); }
H1.HeaderClassName
{
color: #FB3333;
}
.AnyTagClassName
{
color: #FB3333;
}
</style>
background-color css
<style>
a { background-color: #FB3333; }
a { background-color: rgb(251,51,51); }
div.DivClassName
{
background-color: #FB3333;
}
.BgClassName
{
background-color: #FB3333;
}
</style>
border-color css
<style>
span { border-color: #FB3333; }
span { border-color: rgb(251,51,51); }
td.TdClassName
{
border-color: #FB3333;
}
.TagClassName
{
border-color: #FB3333;
}
</style>