Shades of Red Orange #FF413A
Tints of Red Orange #FF413A
RGB
CMYK
RGB Variations
Color information
#FF413A (or 0xFF413A) is known color: Red Orange. HEX triplet: FF, 41 and 3A. RGB value is (255,65,58). Sum of RGB (Red+Green+Blue) = 255+65+58=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF413A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF413A is #00BEC5. Grayscale: #797979. Windows color (decimal): -48838 or 3817983. OLE color: 3817983.
HSL color Cylindrical-coordinate representation of color #FF413A: hue angle of 2.13º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF413A is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 58 | - |
| CMYK | 0 | 0.75 | 0.77 | 0 |
| HSL | 2.13º | 1% | 0.61% | - |
| HSV(B) | 2.13º | 0.77% | 1% | - |
| XYZ | 43.89 | 25.35 | 6.58 | - |
| YUV | 121.01 | 92.45 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 58 | 0 | 0.75 | 0.77 | 0 | 2.13 | 1 | 0.61 |
| Hex | FF | 41 | 3A | 0 | 4B | 4D | 0 | 2 | 64 | 3D |
| Octal | 377 | 101 | 72 | 0 | 113 | 115 | 0 | 2 | 144 | 75 |
| Binary | 11111111 | 1000001 | 111010 | 0 | 1001011 | 1001101 | 0 | 10 | 1100100 | 111101 |
Color Harmonies of #FF413A
Complementary color
Monochromatic Colors of #FF413A
Black with #FF413A
Text Example
Text Example
White with #FF413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF413A; }
p { color: rgb(255,65,58); }
H1.HeaderClassName
{
color: #FF413A;
}
.AnyTagClassName
{
color: #FF413A;
}
</style>
background-color css
<style>
a { background-color: #FF413A; }
a { background-color: rgb(255,65,58); }
div.DivClassName
{
background-color: #FF413A;
}
.BgClassName
{
background-color: #FF413A;
}
</style>
border-color css
<style>
span { border-color: #FF413A; }
span { border-color: rgb(255,65,58); }
td.TdClassName
{
border-color: #FF413A;
}
.TagClassName
{
border-color: #FF413A;
}
</style>