Shades of Red Orange #FD3C2A
Tints of Red Orange #FD3C2A
RGB
CMYK
RGB Variations
Color information
#FD3C2A (or 0xFD3C2A) is known color: Red Orange. HEX triplet: FD, 3C and 2A. RGB value is (253,60,42). Sum of RGB (Red+Green+Blue) = 253+60+42=355 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.27% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3C2A is #02C3D5. Grayscale: #737373. Windows color (decimal): -181206 or 2768125. OLE color: 2768125.
HSL color Cylindrical-coordinate representation of color #FD3C2A: hue angle of 5.12º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD3C2A is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 42 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.01 |
| HSL | 5.12º | 0.98% | 0.58% | - |
| HSV(B) | 5.12º | 0.83% | 0.99% | - |
| XYZ | 42.54 | 24.28 | 4.64 | - |
| YUV | 115.66 | 86.44 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 42 | 0 | 0.76 | 0.83 | 0.01 | 5.12 | 0.98 | 0.58 |
| Hex | FD | 3C | 2A | 0 | 4C | 53 | 1 | 5 | 62 | 3A |
| Octal | 375 | 74 | 52 | 0 | 114 | 123 | 1 | 5 | 142 | 72 |
| Binary | 11111101 | 111100 | 101010 | 0 | 1001100 | 1010011 | 1 | 101 | 1100010 | 111010 |
Color Harmonies of #FD3C2A
Complementary color
Monochromatic Colors of #FD3C2A
Black with #FD3C2A
Text Example
Text Example
White with #FD3C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3C2A; }
p { color: rgb(253,60,42); }
H1.HeaderClassName
{
color: #FD3C2A;
}
.AnyTagClassName
{
color: #FD3C2A;
}
</style>
background-color css
<style>
a { background-color: #FD3C2A; }
a { background-color: rgb(253,60,42); }
div.DivClassName
{
background-color: #FD3C2A;
}
.BgClassName
{
background-color: #FD3C2A;
}
</style>
border-color css
<style>
span { border-color: #FD3C2A; }
span { border-color: rgb(253,60,42); }
td.TdClassName
{
border-color: #FD3C2A;
}
.TagClassName
{
border-color: #FD3C2A;
}
</style>