Shades of Red Orange #FC371D
Tints of Red Orange #FC371D
RGB
CMYK
RGB Variations
Color information
#FC371D (or 0xFC371D) is known color: Red Orange. HEX triplet: FC, 37 and 1D. RGB value is (252,55,29). Sum of RGB (Red+Green+Blue) = 252+55+29=336 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 252 - color contains mainly: red. Hex color #FC371D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC371D is #03C8E2. Grayscale: #6F6F6F. Windows color (decimal): -248035 or 1914876. OLE color: 1914876.
HSL color Cylindrical-coordinate representation of color #FC371D: hue angle of 7º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC371D is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 29 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.01 |
| HSL | 7º | 0.97% | 0.55% | - |
| HSV(B) | 7º | 0.88% | 0.99% | - |
| XYZ | 41.73 | 23.52 | 3.5 | - |
| YUV | 110.94 | 81.77 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 29 | 0 | 0.78 | 0.88 | 0.01 | 7 | 0.97 | 0.55 |
| Hex | FC | 37 | 1D | 0 | 4E | 58 | 1 | 7 | 61 | 37 |
| Octal | 374 | 67 | 35 | 0 | 116 | 130 | 1 | 7 | 141 | 67 |
| Binary | 11111100 | 110111 | 11101 | 0 | 1001110 | 1011000 | 1 | 111 | 1100001 | 110111 |
Color Harmonies of #FC371D
Complementary color
Monochromatic Colors of #FC371D
Black with #FC371D
Text Example
Text Example
White with #FC371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC371D; }
p { color: rgb(252,55,29); }
H1.HeaderClassName
{
color: #FC371D;
}
.AnyTagClassName
{
color: #FC371D;
}
</style>
background-color css
<style>
a { background-color: #FC371D; }
a { background-color: rgb(252,55,29); }
div.DivClassName
{
background-color: #FC371D;
}
.BgClassName
{
background-color: #FC371D;
}
</style>
border-color css
<style>
span { border-color: #FC371D; }
span { border-color: rgb(252,55,29); }
td.TdClassName
{
border-color: #FC371D;
}
.TagClassName
{
border-color: #FC371D;
}
</style>