Shades of Red Orange #FC371C
Tints of Red Orange #FC371C
RGB
CMYK
RGB Variations
Color information
#FC371C (or 0xFC371C) is known color: Red Orange. HEX triplet: FC, 37 and 1C. RGB value is (252,55,28). Sum of RGB (Red+Green+Blue) = 252+55+28=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC371C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC371C is #03C8E3. Grayscale: #6F6F6F. Windows color (decimal): -248036 or 1849340. OLE color: 1849340.
HSL color Cylindrical-coordinate representation of color #FC371C: hue angle of 7.23º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC371C is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 28 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.01 |
| HSL | 7.23º | 0.97% | 0.55% | - |
| HSV(B) | 7.23º | 0.89% | 0.99% | - |
| XYZ | 41.72 | 23.51 | 3.44 | - |
| YUV | 110.83 | 81.27 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 28 | 0 | 0.78 | 0.89 | 0.01 | 7.23 | 0.97 | 0.55 |
| Hex | FC | 37 | 1C | 0 | 4E | 59 | 1 | 7 | 61 | 37 |
| Octal | 374 | 67 | 34 | 0 | 116 | 131 | 1 | 7 | 141 | 67 |
| Binary | 11111100 | 110111 | 11100 | 0 | 1001110 | 1011001 | 1 | 111 | 1100001 | 110111 |
Color Harmonies of #FC371C
Complementary color
Monochromatic Colors of #FC371C
Black with #FC371C
Text Example
Text Example
White with #FC371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC371C; }
p { color: rgb(252,55,28); }
H1.HeaderClassName
{
color: #FC371C;
}
.AnyTagClassName
{
color: #FC371C;
}
</style>
background-color css
<style>
a { background-color: #FC371C; }
a { background-color: rgb(252,55,28); }
div.DivClassName
{
background-color: #FC371C;
}
.BgClassName
{
background-color: #FC371C;
}
</style>
border-color css
<style>
span { border-color: #FC371C; }
span { border-color: rgb(252,55,28); }
td.TdClassName
{
border-color: #FC371C;
}
.TagClassName
{
border-color: #FC371C;
}
</style>