Shades of Orange Red #FB3C19
Tints of Orange Red #FB3C19
RGB
CMYK
RGB Variations
Color information
#FB3C19 (or 0xFB3C19) is known color: Orange Red. HEX triplet: FB, 3C and 19. RGB value is (251,60,25). Sum of RGB (Red+Green+Blue) = 251+60+25=336 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.70% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3C19 is #04C3E6. Grayscale: #717171. Windows color (decimal): -312295 or 1654011. OLE color: 1654011.
HSL color Cylindrical-coordinate representation of color #FB3C19: hue angle of 9.29º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB3C19 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 25 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.02 |
| HSL | 9.29º | 0.97% | 0.54% | - |
| HSV(B) | 9.29º | 0.9% | 0.98% | - |
| XYZ | 41.57 | 23.81 | 3.32 | - |
| YUV | 113.12 | 78.28 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 25 | 0 | 0.76 | 0.90 | 0.02 | 9.29 | 0.97 | 0.54 |
| Hex | FB | 3C | 19 | 0 | 4C | 5A | 2 | 9 | 61 | 36 |
| Octal | 373 | 74 | 31 | 0 | 114 | 132 | 2 | 11 | 141 | 66 |
| Binary | 11111011 | 111100 | 11001 | 0 | 1001100 | 1011010 | 10 | 1001 | 1100001 | 110110 |
Color Harmonies of #FB3C19
Complementary color
Monochromatic Colors of #FB3C19
Black with #FB3C19
Text Example
Text Example
White with #FB3C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C19; }
p { color: rgb(251,60,25); }
H1.HeaderClassName
{
color: #FB3C19;
}
.AnyTagClassName
{
color: #FB3C19;
}
</style>
background-color css
<style>
a { background-color: #FB3C19; }
a { background-color: rgb(251,60,25); }
div.DivClassName
{
background-color: #FB3C19;
}
.BgClassName
{
background-color: #FB3C19;
}
</style>
border-color css
<style>
span { border-color: #FB3C19; }
span { border-color: rgb(251,60,25); }
td.TdClassName
{
border-color: #FB3C19;
}
.TagClassName
{
border-color: #FB3C19;
}
</style>