Shades of Red Orange #FD412C
Tints of Red Orange #FD412C
RGB
CMYK
RGB Variations
Color information
#FD412C (or 0xFD412C) is known color: Red Orange. HEX triplet: FD, 41 and 2C. RGB value is (253,65,44). Sum of RGB (Red+Green+Blue) = 253+65+44=362 (47% of max value = 765). Red value is 253 (99.22% from 255 or 69.89% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 253 - color contains mainly: red. Hex color #FD412C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD412C is #02BED3. Grayscale: #777777. Windows color (decimal): -179924 or 2900477. OLE color: 2900477.
HSL color Cylindrical-coordinate representation of color #FD412C: hue angle of 6.03º 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 #FD412C is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 44 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.01 |
| HSL | 6.03º | 0.98% | 0.58% | - |
| HSV(B) | 6.03º | 0.83% | 0.99% | - |
| XYZ | 42.85 | 24.85 | 4.92 | - |
| YUV | 118.82 | 85.78 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 44 | 0 | 0.74 | 0.83 | 0.01 | 6.03 | 0.98 | 0.58 |
| Hex | FD | 41 | 2C | 0 | 4A | 53 | 1 | 6 | 62 | 3A |
| Octal | 375 | 101 | 54 | 0 | 112 | 123 | 1 | 6 | 142 | 72 |
| Binary | 11111101 | 1000001 | 101100 | 0 | 1001010 | 1010011 | 1 | 110 | 1100010 | 111010 |
Color Harmonies of #FD412C
Complementary color
Monochromatic Colors of #FD412C
Black with #FD412C
Text Example
Text Example
White with #FD412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD412C; }
p { color: rgb(253,65,44); }
H1.HeaderClassName
{
color: #FD412C;
}
.AnyTagClassName
{
color: #FD412C;
}
</style>
background-color css
<style>
a { background-color: #FD412C; }
a { background-color: rgb(253,65,44); }
div.DivClassName
{
background-color: #FD412C;
}
.BgClassName
{
background-color: #FD412C;
}
</style>
border-color css
<style>
span { border-color: #FD412C; }
span { border-color: rgb(253,65,44); }
td.TdClassName
{
border-color: #FD412C;
}
.TagClassName
{
border-color: #FD412C;
}
</style>