Shades of Red Orange #FB352D
Tints of Red Orange #FB352D
RGB
CMYK
RGB Variations
Color information
#FB352D (or 0xFB352D) is known color: Red Orange. HEX triplet: FB, 35 and 2D. RGB value is (251,53,45). Sum of RGB (Red+Green+Blue) = 251+53+45=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB352D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB352D is #04CAD2. Grayscale: #6F6F6F. Windows color (decimal): -314067 or 2962939. OLE color: 2962939.
HSL color Cylindrical-coordinate representation of color #FB352D: hue angle of 2.33º 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 #FB352D is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 53 | 45 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.02 |
| HSL | 2.33º | 0.96% | 0.58% | - |
| HSV(B) | 2.33º | 0.82% | 0.98% | - |
| XYZ | 41.53 | 23.24 | 4.78 | - |
| YUV | 111.29 | 90.6 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 53 | 45 | 0 | 0.79 | 0.82 | 0.02 | 2.33 | 0.96 | 0.58 |
| Hex | FB | 35 | 2D | 0 | 4F | 52 | 2 | 2 | 60 | 3A |
| Octal | 373 | 65 | 55 | 0 | 117 | 122 | 2 | 2 | 140 | 72 |
| Binary | 11111011 | 110101 | 101101 | 0 | 1001111 | 1010010 | 10 | 10 | 1100000 | 111010 |
Color Harmonies of #FB352D
Complementary color
Monochromatic Colors of #FB352D
Black with #FB352D
Text Example
Text Example
White with #FB352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB352D; }
p { color: rgb(251,53,45); }
H1.HeaderClassName
{
color: #FB352D;
}
.AnyTagClassName
{
color: #FB352D;
}
</style>
background-color css
<style>
a { background-color: #FB352D; }
a { background-color: rgb(251,53,45); }
div.DivClassName
{
background-color: #FB352D;
}
.BgClassName
{
background-color: #FB352D;
}
</style>
border-color css
<style>
span { border-color: #FB352D; }
span { border-color: rgb(251,53,45); }
td.TdClassName
{
border-color: #FB352D;
}
.TagClassName
{
border-color: #FB352D;
}
</style>