Shades of Red Orange #FC341D
Tints of Red Orange #FC341D
RGB
CMYK
RGB Variations
Color information
#FC341D (or 0xFC341D) is known color: Red Orange. HEX triplet: FC, 34 and 1D. RGB value is (252,52,29). Sum of RGB (Red+Green+Blue) = 252+52+29=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC341D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC341D is #03CBE2. Grayscale: #6D6D6D. Windows color (decimal): -248803 or 1914108. OLE color: 1914108.
HSL color Cylindrical-coordinate representation of color #FC341D: hue angle of 6.19º 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 #FC341D is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 29 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.01 |
| HSL | 6.19º | 0.97% | 0.55% | - |
| HSV(B) | 6.19º | 0.88% | 0.99% | - |
| XYZ | 41.59 | 23.24 | 3.46 | - |
| YUV | 109.18 | 82.76 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 29 | 0 | 0.79 | 0.88 | 0.01 | 6.19 | 0.97 | 0.55 |
| Hex | FC | 34 | 1D | 0 | 4F | 58 | 1 | 6 | 61 | 37 |
| Octal | 374 | 64 | 35 | 0 | 117 | 130 | 1 | 6 | 141 | 67 |
| Binary | 11111100 | 110100 | 11101 | 0 | 1001111 | 1011000 | 1 | 110 | 1100001 | 110111 |
Color Harmonies of #FC341D
Complementary color
Monochromatic Colors of #FC341D
Black with #FC341D
Text Example
Text Example
White with #FC341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC341D; }
p { color: rgb(252,52,29); }
H1.HeaderClassName
{
color: #FC341D;
}
.AnyTagClassName
{
color: #FC341D;
}
</style>
background-color css
<style>
a { background-color: #FC341D; }
a { background-color: rgb(252,52,29); }
div.DivClassName
{
background-color: #FC341D;
}
.BgClassName
{
background-color: #FC341D;
}
</style>
border-color css
<style>
span { border-color: #FC341D; }
span { border-color: rgb(252,52,29); }
td.TdClassName
{
border-color: #FC341D;
}
.TagClassName
{
border-color: #FC341D;
}
</style>