Shades of Red Orange #FC3719
Tints of Red Orange #FC3719
RGB
CMYK
RGB Variations
Color information
#FC3719 (or 0xFC3719) is known color: Red Orange. HEX triplet: FC, 37 and 19. RGB value is (252,55,25). Sum of RGB (Red+Green+Blue) = 252+55+25=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3719 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3719 is #03C8E6. Grayscale: #6E6E6E. Windows color (decimal): -248039 or 1652732. OLE color: 1652732.
HSL color Cylindrical-coordinate representation of color #FC3719: hue angle of 7.93º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC3719 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 25 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.01 |
| HSL | 7.93º | 0.97% | 0.54% | - |
| HSV(B) | 7.93º | 0.9% | 0.99% | - |
| XYZ | 41.69 | 23.5 | 3.26 | - |
| YUV | 110.48 | 79.77 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 25 | 0 | 0.78 | 0.90 | 0.01 | 7.93 | 0.97 | 0.54 |
| Hex | FC | 37 | 19 | 0 | 4E | 5A | 1 | 8 | 61 | 36 |
| Octal | 374 | 67 | 31 | 0 | 116 | 132 | 1 | 10 | 141 | 66 |
| Binary | 11111100 | 110111 | 11001 | 0 | 1001110 | 1011010 | 1 | 1000 | 1100001 | 110110 |
Color Harmonies of #FC3719
Complementary color
Monochromatic Colors of #FC3719
Black with #FC3719
Text Example
Text Example
White with #FC3719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3719; }
p { color: rgb(252,55,25); }
H1.HeaderClassName
{
color: #FC3719;
}
.AnyTagClassName
{
color: #FC3719;
}
</style>
background-color css
<style>
a { background-color: #FC3719; }
a { background-color: rgb(252,55,25); }
div.DivClassName
{
background-color: #FC3719;
}
.BgClassName
{
background-color: #FC3719;
}
</style>
border-color css
<style>
span { border-color: #FC3719; }
span { border-color: rgb(252,55,25); }
td.TdClassName
{
border-color: #FC3719;
}
.TagClassName
{
border-color: #FC3719;
}
</style>