Shades of Red Orange #FC271F
Tints of Red Orange #FC271F
RGB
CMYK
RGB Variations
Color information
#FC271F (or 0xFC271F) is known color: Red Orange. HEX triplet: FC, 27 and 1F. RGB value is (252,39,31). Sum of RGB (Red+Green+Blue) = 252+39+31=322 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.26% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 252 - color contains mainly: red. Hex color #FC271F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC271F is #03D8E0. Grayscale: #666666. Windows color (decimal): -252129 or 2041852. OLE color: 2041852.
HSL color Cylindrical-coordinate representation of color #FC271F: hue angle of 2.17º 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 #FC271F is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 31 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.01 |
| HSL | 2.17º | 0.97% | 0.55% | - |
| HSV(B) | 2.17º | 0.88% | 0.99% | - |
| XYZ | 41.12 | 22.25 | 3.42 | - |
| YUV | 101.78 | 88.07 | 235.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 31 | 0 | 0.85 | 0.88 | 0.01 | 2.17 | 0.97 | 0.55 |
| Hex | FC | 27 | 1F | 0 | 55 | 58 | 1 | 2 | 61 | 37 |
| Octal | 374 | 47 | 37 | 0 | 125 | 130 | 1 | 2 | 141 | 67 |
| Binary | 11111100 | 100111 | 11111 | 0 | 1010101 | 1011000 | 1 | 10 | 1100001 | 110111 |
Color Harmonies of #FC271F
Complementary color
Monochromatic Colors of #FC271F
Black with #FC271F
Text Example
Text Example
White with #FC271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC271F; }
p { color: rgb(252,39,31); }
H1.HeaderClassName
{
color: #FC271F;
}
.AnyTagClassName
{
color: #FC271F;
}
</style>
background-color css
<style>
a { background-color: #FC271F; }
a { background-color: rgb(252,39,31); }
div.DivClassName
{
background-color: #FC271F;
}
.BgClassName
{
background-color: #FC271F;
}
</style>
border-color css
<style>
span { border-color: #FC271F; }
span { border-color: rgb(252,39,31); }
td.TdClassName
{
border-color: #FC271F;
}
.TagClassName
{
border-color: #FC271F;
}
</style>