Shades of Red Orange #FC372A
Tints of Red Orange #FC372A
RGB
CMYK
RGB Variations
Color information
#FC372A (or 0xFC372A) is known color: Red Orange. HEX triplet: FC, 37 and 2A. RGB value is (252,55,42). Sum of RGB (Red+Green+Blue) = 252+55+42=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC372A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC372A is #03C8D5. Grayscale: #707070. Windows color (decimal): -248022 or 2766844. OLE color: 2766844.
HSL color Cylindrical-coordinate representation of color #FC372A: hue angle of 3.71º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC372A is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 42 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.01 |
| HSL | 3.71º | 0.97% | 0.58% | - |
| HSV(B) | 3.71º | 0.83% | 0.99% | - |
| XYZ | 41.93 | 23.59 | 4.53 | - |
| YUV | 112.42 | 88.27 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 42 | 0 | 0.78 | 0.83 | 0.01 | 3.71 | 0.97 | 0.58 |
| Hex | FC | 37 | 2A | 0 | 4E | 53 | 1 | 4 | 61 | 3A |
| Octal | 374 | 67 | 52 | 0 | 116 | 123 | 1 | 4 | 141 | 72 |
| Binary | 11111100 | 110111 | 101010 | 0 | 1001110 | 1010011 | 1 | 100 | 1100001 | 111010 |
Color Harmonies of #FC372A
Complementary color
Monochromatic Colors of #FC372A
Black with #FC372A
Text Example
Text Example
White with #FC372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC372A; }
p { color: rgb(252,55,42); }
H1.HeaderClassName
{
color: #FC372A;
}
.AnyTagClassName
{
color: #FC372A;
}
</style>
background-color css
<style>
a { background-color: #FC372A; }
a { background-color: rgb(252,55,42); }
div.DivClassName
{
background-color: #FC372A;
}
.BgClassName
{
background-color: #FC372A;
}
</style>
border-color css
<style>
span { border-color: #FC372A; }
span { border-color: rgb(252,55,42); }
td.TdClassName
{
border-color: #FC372A;
}
.TagClassName
{
border-color: #FC372A;
}
</style>