Shades of Red Orange #FC3A37
Tints of Red Orange #FC3A37
RGB
CMYK
RGB Variations
Color information
#FC3A37 (or 0xFC3A37) is known color: Red Orange. HEX triplet: FC, 3A and 37. RGB value is (252,58,55). Sum of RGB (Red+Green+Blue) = 252+58+55=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3A37 is #03C5C8. Grayscale: #737373. Windows color (decimal): -247241 or 3619580. OLE color: 3619580.
HSL color Cylindrical-coordinate representation of color #FC3A37: hue angle of 0.91º 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 #FC3A37 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 58 | 55 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.01 |
| HSL | 0.91º | 0.97% | 0.6% | - |
| HSV(B) | 0.91º | 0.78% | 0.99% | - |
| XYZ | 42.35 | 24 | 6.01 | - |
| YUV | 115.66 | 93.77 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 58 | 55 | 0 | 0.77 | 0.78 | 0.01 | 0.91 | 0.97 | 0.6 |
| Hex | FC | 3A | 37 | 0 | 4D | 4E | 1 | 1 | 61 | 3C |
| Octal | 374 | 72 | 67 | 0 | 115 | 116 | 1 | 1 | 141 | 74 |
| Binary | 11111100 | 111010 | 110111 | 0 | 1001101 | 1001110 | 1 | 1 | 1100001 | 111100 |
Color Harmonies of #FC3A37
Complementary color
Monochromatic Colors of #FC3A37
Black with #FC3A37
Text Example
Text Example
White with #FC3A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3A37; }
p { color: rgb(252,58,55); }
H1.HeaderClassName
{
color: #FC3A37;
}
.AnyTagClassName
{
color: #FC3A37;
}
</style>
background-color css
<style>
a { background-color: #FC3A37; }
a { background-color: rgb(252,58,55); }
div.DivClassName
{
background-color: #FC3A37;
}
.BgClassName
{
background-color: #FC3A37;
}
</style>
border-color css
<style>
span { border-color: #FC3A37; }
span { border-color: rgb(252,58,55); }
td.TdClassName
{
border-color: #FC3A37;
}
.TagClassName
{
border-color: #FC3A37;
}
</style>