Shades of Red Orange #FC3D2D
Tints of Red Orange #FC3D2D
RGB
CMYK
RGB Variations
Color information
#FC3D2D (or 0xFC3D2D) is known color: Red Orange. HEX triplet: FC, 3D and 2D. RGB value is (252,61,45). Sum of RGB (Red+Green+Blue) = 252+61+45=358 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.39% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3D2D is #03C2D2. Grayscale: #747474. Windows color (decimal): -246483 or 2964988. OLE color: 2964988.
HSL color Cylindrical-coordinate representation of color #FC3D2D: hue angle of 4.64º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC3D2D is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 61 | 45 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.01 |
| HSL | 4.64º | 0.97% | 0.58% | - |
| HSV(B) | 4.64º | 0.82% | 0.99% | - |
| XYZ | 42.29 | 24.22 | 4.93 | - |
| YUV | 116.29 | 87.78 | 224.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 61 | 45 | 0 | 0.76 | 0.82 | 0.01 | 4.64 | 0.97 | 0.58 |
| Hex | FC | 3D | 2D | 0 | 4C | 52 | 1 | 5 | 61 | 3A |
| Octal | 374 | 75 | 55 | 0 | 114 | 122 | 1 | 5 | 141 | 72 |
| Binary | 11111100 | 111101 | 101101 | 0 | 1001100 | 1010010 | 1 | 101 | 1100001 | 111010 |
Color Harmonies of #FC3D2D
Complementary color
Monochromatic Colors of #FC3D2D
Black with #FC3D2D
Text Example
Text Example
White with #FC3D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3D2D; }
p { color: rgb(252,61,45); }
H1.HeaderClassName
{
color: #FC3D2D;
}
.AnyTagClassName
{
color: #FC3D2D;
}
</style>
background-color css
<style>
a { background-color: #FC3D2D; }
a { background-color: rgb(252,61,45); }
div.DivClassName
{
background-color: #FC3D2D;
}
.BgClassName
{
background-color: #FC3D2D;
}
</style>
border-color css
<style>
span { border-color: #FC3D2D; }
span { border-color: rgb(252,61,45); }
td.TdClassName
{
border-color: #FC3D2D;
}
.TagClassName
{
border-color: #FC3D2D;
}
</style>