Shades of Red Orange #FC3C37
Tints of Red Orange #FC3C37
RGB
CMYK
RGB Variations
Color information
#FC3C37 (or 0xFC3C37) is known color: Red Orange. HEX triplet: FC, 3C and 37. RGB value is (252,60,55). Sum of RGB (Red+Green+Blue) = 252+60+55=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 55 (21.88% from 255 or 14.99% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3C37 is #03C3C8. Grayscale: #757575. Windows color (decimal): -246729 or 3620092. OLE color: 3620092.
HSL color Cylindrical-coordinate representation of color #FC3C37: hue angle of 1.52º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC3C37 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 55 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.01 |
| HSL | 1.52º | 0.97% | 0.6% | - |
| HSV(B) | 1.52º | 0.78% | 0.99% | - |
| XYZ | 42.45 | 24.2 | 6.05 | - |
| YUV | 116.84 | 93.11 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 55 | 0 | 0.76 | 0.78 | 0.01 | 1.52 | 0.97 | 0.6 |
| Hex | FC | 3C | 37 | 0 | 4C | 4E | 1 | 2 | 61 | 3C |
| Octal | 374 | 74 | 67 | 0 | 114 | 116 | 1 | 2 | 141 | 74 |
| Binary | 11111100 | 111100 | 110111 | 0 | 1001100 | 1001110 | 1 | 10 | 1100001 | 111100 |
Color Harmonies of #FC3C37
Complementary color
Monochromatic Colors of #FC3C37
Black with #FC3C37
Text Example
Text Example
White with #FC3C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C37; }
p { color: rgb(252,60,55); }
H1.HeaderClassName
{
color: #FC3C37;
}
.AnyTagClassName
{
color: #FC3C37;
}
</style>
background-color css
<style>
a { background-color: #FC3C37; }
a { background-color: rgb(252,60,55); }
div.DivClassName
{
background-color: #FC3C37;
}
.BgClassName
{
background-color: #FC3C37;
}
</style>
border-color css
<style>
span { border-color: #FC3C37; }
span { border-color: rgb(252,60,55); }
td.TdClassName
{
border-color: #FC3C37;
}
.TagClassName
{
border-color: #FC3C37;
}
</style>