Shades of Red Orange #FB3D1D
Tints of Red Orange #FB3D1D
RGB
CMYK
RGB Variations
Color information
#FB3D1D (or 0xFB3D1D) is known color: Red Orange. HEX triplet: FB, 3D and 1D. RGB value is (251,61,29). Sum of RGB (Red+Green+Blue) = 251+61+29=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3D1D is #04C2E2. Grayscale: #727272. Windows color (decimal): -312035 or 1916411. OLE color: 1916411.
HSL color Cylindrical-coordinate representation of color #FB3D1D: hue angle of 8.65º 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 #FB3D1D is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 61 | 29 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.02 |
| HSL | 8.65º | 0.97% | 0.55% | - |
| HSV(B) | 8.65º | 0.88% | 0.98% | - |
| XYZ | 41.67 | 23.94 | 3.59 | - |
| YUV | 114.16 | 79.95 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 61 | 29 | 0 | 0.76 | 0.88 | 0.02 | 8.65 | 0.97 | 0.55 |
| Hex | FB | 3D | 1D | 0 | 4C | 58 | 2 | 9 | 61 | 37 |
| Octal | 373 | 75 | 35 | 0 | 114 | 130 | 2 | 11 | 141 | 67 |
| Binary | 11111011 | 111101 | 11101 | 0 | 1001100 | 1011000 | 10 | 1001 | 1100001 | 110111 |
Color Harmonies of #FB3D1D
Complementary color
Monochromatic Colors of #FB3D1D
Black with #FB3D1D
Text Example
Text Example
White with #FB3D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3D1D; }
p { color: rgb(251,61,29); }
H1.HeaderClassName
{
color: #FB3D1D;
}
.AnyTagClassName
{
color: #FB3D1D;
}
</style>
background-color css
<style>
a { background-color: #FB3D1D; }
a { background-color: rgb(251,61,29); }
div.DivClassName
{
background-color: #FB3D1D;
}
.BgClassName
{
background-color: #FB3D1D;
}
</style>
border-color css
<style>
span { border-color: #FB3D1D; }
span { border-color: rgb(251,61,29); }
td.TdClassName
{
border-color: #FB3D1D;
}
.TagClassName
{
border-color: #FB3D1D;
}
</style>