Shades of Red Orange #FB341D
Tints of Red Orange #FB341D
RGB
CMYK
RGB Variations
Color information
#FB341D (or 0xFB341D) is known color: Red Orange. HEX triplet: FB, 34 and 1D. RGB value is (251,52,29). Sum of RGB (Red+Green+Blue) = 251+52+29=332 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.60% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 251 - color contains mainly: red. Hex color #FB341D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB341D is #04CBE2. Grayscale: #6D6D6D. Windows color (decimal): -314339 or 1914107. OLE color: 1914107.
HSL color Cylindrical-coordinate representation of color #FB341D: hue angle of 6.22º degrees, saturation: 0.97, 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 #FB341D is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 52 | 29 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.02 |
| HSL | 6.22º | 0.97% | 0.55% | - |
| HSV(B) | 6.22º | 0.88% | 0.98% | - |
| XYZ | 41.23 | 23.05 | 3.44 | - |
| YUV | 108.88 | 82.93 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 52 | 29 | 0 | 0.79 | 0.88 | 0.02 | 6.22 | 0.97 | 0.55 |
| Hex | FB | 34 | 1D | 0 | 4F | 58 | 2 | 6 | 61 | 37 |
| Octal | 373 | 64 | 35 | 0 | 117 | 130 | 2 | 6 | 141 | 67 |
| Binary | 11111011 | 110100 | 11101 | 0 | 1001111 | 1011000 | 10 | 110 | 1100001 | 110111 |
Color Harmonies of #FB341D
Complementary color
Monochromatic Colors of #FB341D
Black with #FB341D
Text Example
Text Example
White with #FB341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB341D; }
p { color: rgb(251,52,29); }
H1.HeaderClassName
{
color: #FB341D;
}
.AnyTagClassName
{
color: #FB341D;
}
</style>
background-color css
<style>
a { background-color: #FB341D; }
a { background-color: rgb(251,52,29); }
div.DivClassName
{
background-color: #FB341D;
}
.BgClassName
{
background-color: #FB341D;
}
</style>
border-color css
<style>
span { border-color: #FB341D; }
span { border-color: rgb(251,52,29); }
td.TdClassName
{
border-color: #FB341D;
}
.TagClassName
{
border-color: #FB341D;
}
</style>