Shades of Red Orange #FB412D
Tints of Red Orange #FB412D
RGB
CMYK
RGB Variations
Color information
#FB412D (or 0xFB412D) is known color: Red Orange. HEX triplet: FB, 41 and 2D. RGB value is (251,65,45). Sum of RGB (Red+Green+Blue) = 251+65+45=361 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.53% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 251 - color contains mainly: red. Hex color #FB412D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB412D is #04BED2. Grayscale: #767676. Windows color (decimal): -310995 or 2966011. OLE color: 2966011.
HSL color Cylindrical-coordinate representation of color #FB412D: hue angle of 5.83º 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 #FB412D is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 45 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.02 |
| HSL | 5.83º | 0.96% | 0.58% | - |
| HSV(B) | 5.83º | 0.82% | 0.98% | - |
| XYZ | 42.15 | 24.48 | 4.99 | - |
| YUV | 118.33 | 86.62 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 45 | 0 | 0.74 | 0.82 | 0.02 | 5.83 | 0.96 | 0.58 |
| Hex | FB | 41 | 2D | 0 | 4A | 52 | 2 | 6 | 60 | 3A |
| Octal | 373 | 101 | 55 | 0 | 112 | 122 | 2 | 6 | 140 | 72 |
| Binary | 11111011 | 1000001 | 101101 | 0 | 1001010 | 1010010 | 10 | 110 | 1100000 | 111010 |
Color Harmonies of #FB412D
Complementary color
Monochromatic Colors of #FB412D
Black with #FB412D
Text Example
Text Example
White with #FB412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB412D; }
p { color: rgb(251,65,45); }
H1.HeaderClassName
{
color: #FB412D;
}
.AnyTagClassName
{
color: #FB412D;
}
</style>
background-color css
<style>
a { background-color: #FB412D; }
a { background-color: rgb(251,65,45); }
div.DivClassName
{
background-color: #FB412D;
}
.BgClassName
{
background-color: #FB412D;
}
</style>
border-color css
<style>
span { border-color: #FB412D; }
span { border-color: rgb(251,65,45); }
td.TdClassName
{
border-color: #FB412D;
}
.TagClassName
{
border-color: #FB412D;
}
</style>