Shades of Red Orange #FC411D
Tints of Red Orange #FC411D
RGB
CMYK
RGB Variations
Color information
#FC411D (or 0xFC411D) is known color: Red Orange. HEX triplet: FC, 41 and 1D. RGB value is (252,65,29). Sum of RGB (Red+Green+Blue) = 252+65+29=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC411D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC411D is #03BEE2. Grayscale: #757575. Windows color (decimal): -245475 or 1917436. OLE color: 1917436.
HSL color Cylindrical-coordinate representation of color #FC411D: hue angle of 9.69º 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 #FC411D is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 29 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.01 |
| HSL | 9.69º | 0.97% | 0.55% | - |
| HSV(B) | 9.69º | 0.88% | 0.99% | - |
| XYZ | 42.26 | 24.56 | 3.68 | - |
| YUV | 116.81 | 78.45 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 29 | 0 | 0.74 | 0.88 | 0.01 | 9.69 | 0.97 | 0.55 |
| Hex | FC | 41 | 1D | 0 | 4A | 58 | 1 | A | 61 | 37 |
| Octal | 374 | 101 | 35 | 0 | 112 | 130 | 1 | 12 | 141 | 67 |
| Binary | 11111100 | 1000001 | 11101 | 0 | 1001010 | 1011000 | 1 | 1010 | 1100001 | 110111 |
Color Harmonies of #FC411D
Complementary color
Monochromatic Colors of #FC411D
Black with #FC411D
Text Example
Text Example
White with #FC411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC411D; }
p { color: rgb(252,65,29); }
H1.HeaderClassName
{
color: #FC411D;
}
.AnyTagClassName
{
color: #FC411D;
}
</style>
background-color css
<style>
a { background-color: #FC411D; }
a { background-color: rgb(252,65,29); }
div.DivClassName
{
background-color: #FC411D;
}
.BgClassName
{
background-color: #FC411D;
}
</style>
border-color css
<style>
span { border-color: #FC411D; }
span { border-color: rgb(252,65,29); }
td.TdClassName
{
border-color: #FC411D;
}
.TagClassName
{
border-color: #FC411D;
}
</style>