Shades of Red Orange #FD412D
Tints of Red Orange #FD412D
RGB
CMYK
RGB Variations
Color information
#FD412D (or 0xFD412D) is known color: Red Orange. HEX triplet: FD, 41 and 2D. RGB value is (253,65,45). Sum of RGB (Red+Green+Blue) = 253+65+45=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD412D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD412D is #02BED2. Grayscale: #777777. Windows color (decimal): -179923 or 2966013. OLE color: 2966013.
HSL color Cylindrical-coordinate representation of color #FD412D: hue angle of 5.77º degrees, saturation: 0.98, 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 #FD412D is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 45 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.01 |
| HSL | 5.77º | 0.98% | 0.58% | - |
| HSV(B) | 5.77º | 0.82% | 0.99% | - |
| XYZ | 42.87 | 24.85 | 5.02 | - |
| YUV | 118.93 | 86.28 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 45 | 0 | 0.74 | 0.82 | 0.01 | 5.77 | 0.98 | 0.58 |
| Hex | FD | 41 | 2D | 0 | 4A | 52 | 1 | 6 | 62 | 3A |
| Octal | 375 | 101 | 55 | 0 | 112 | 122 | 1 | 6 | 142 | 72 |
| Binary | 11111101 | 1000001 | 101101 | 0 | 1001010 | 1010010 | 1 | 110 | 1100010 | 111010 |
Color Harmonies of #FD412D
Complementary color
Monochromatic Colors of #FD412D
Black with #FD412D
Text Example
Text Example
White with #FD412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD412D; }
p { color: rgb(253,65,45); }
H1.HeaderClassName
{
color: #FD412D;
}
.AnyTagClassName
{
color: #FD412D;
}
</style>
background-color css
<style>
a { background-color: #FD412D; }
a { background-color: rgb(253,65,45); }
div.DivClassName
{
background-color: #FD412D;
}
.BgClassName
{
background-color: #FD412D;
}
</style>
border-color css
<style>
span { border-color: #FD412D; }
span { border-color: rgb(253,65,45); }
td.TdClassName
{
border-color: #FD412D;
}
.TagClassName
{
border-color: #FD412D;
}
</style>