Shades of Red Orange #FC3519
Tints of Red Orange #FC3519
RGB
CMYK
RGB Variations
Color information
#FC3519 (or 0xFC3519) is known color: Red Orange. HEX triplet: FC, 35 and 19. RGB value is (252,53,25). Sum of RGB (Red+Green+Blue) = 252+53+25=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3519 is #03CAE6. Grayscale: #6D6D6D. Windows color (decimal): -248551 or 1652220. OLE color: 1652220.
HSL color Cylindrical-coordinate representation of color #FC3519: hue angle of 7.4º 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 #FC3519 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 53 | 25 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.01 |
| HSL | 7.4º | 0.97% | 0.54% | - |
| HSV(B) | 7.4º | 0.9% | 0.99% | - |
| XYZ | 41.59 | 23.31 | 3.23 | - |
| YUV | 109.31 | 80.43 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 53 | 25 | 0 | 0.79 | 0.90 | 0.01 | 7.4 | 0.97 | 0.54 |
| Hex | FC | 35 | 19 | 0 | 4F | 5A | 1 | 7 | 61 | 36 |
| Octal | 374 | 65 | 31 | 0 | 117 | 132 | 1 | 7 | 141 | 66 |
| Binary | 11111100 | 110101 | 11001 | 0 | 1001111 | 1011010 | 1 | 111 | 1100001 | 110110 |
Color Harmonies of #FC3519
Complementary color
Monochromatic Colors of #FC3519
Black with #FC3519
Text Example
Text Example
White with #FC3519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3519; }
p { color: rgb(252,53,25); }
H1.HeaderClassName
{
color: #FC3519;
}
.AnyTagClassName
{
color: #FC3519;
}
</style>
background-color css
<style>
a { background-color: #FC3519; }
a { background-color: rgb(252,53,25); }
div.DivClassName
{
background-color: #FC3519;
}
.BgClassName
{
background-color: #FC3519;
}
</style>
border-color css
<style>
span { border-color: #FC3519; }
span { border-color: rgb(252,53,25); }
td.TdClassName
{
border-color: #FC3519;
}
.TagClassName
{
border-color: #FC3519;
}
</style>