Shades of Red Orange #FD413A
Tints of Red Orange #FD413A
RGB
CMYK
RGB Variations
Color information
#FD413A (or 0xFD413A) is known color: Red Orange. HEX triplet: FD, 41 and 3A. RGB value is (253,65,58). Sum of RGB (Red+Green+Blue) = 253+65+58=376 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.29% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 253 - color contains mainly: red. Hex color #FD413A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD413A is #02BEC5. Grayscale: #787878. Windows color (decimal): -179910 or 3817981. OLE color: 3817981.
HSL color Cylindrical-coordinate representation of color #FD413A: hue angle of 2.15º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD413A is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 58 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.01 |
| HSL | 2.15º | 0.98% | 0.61% | - |
| HSV(B) | 2.15º | 0.77% | 0.99% | - |
| XYZ | 43.16 | 24.97 | 6.55 | - |
| YUV | 120.41 | 92.78 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 58 | 0 | 0.74 | 0.77 | 0.01 | 2.15 | 0.98 | 0.61 |
| Hex | FD | 41 | 3A | 0 | 4A | 4D | 1 | 2 | 62 | 3D |
| Octal | 375 | 101 | 72 | 0 | 112 | 115 | 1 | 2 | 142 | 75 |
| Binary | 11111101 | 1000001 | 111010 | 0 | 1001010 | 1001101 | 1 | 10 | 1100010 | 111101 |
Color Harmonies of #FD413A
Complementary color
Monochromatic Colors of #FD413A
Black with #FD413A
Text Example
Text Example
White with #FD413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD413A; }
p { color: rgb(253,65,58); }
H1.HeaderClassName
{
color: #FD413A;
}
.AnyTagClassName
{
color: #FD413A;
}
</style>
background-color css
<style>
a { background-color: #FD413A; }
a { background-color: rgb(253,65,58); }
div.DivClassName
{
background-color: #FD413A;
}
.BgClassName
{
background-color: #FD413A;
}
</style>
border-color css
<style>
span { border-color: #FD413A; }
span { border-color: rgb(253,65,58); }
td.TdClassName
{
border-color: #FD413A;
}
.TagClassName
{
border-color: #FD413A;
}
</style>