Shades of Red Orange #FF412D
Tints of Red Orange #FF412D
RGB
CMYK
RGB Variations
Color information
#FF412D (or 0xFF412D) is known color: Red Orange. HEX triplet: FF, 41 and 2D. RGB value is (255,65,45). Sum of RGB (Red+Green+Blue) = 255+65+45=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF412D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF412D is #00BED2. Grayscale: #777777. Windows color (decimal): -48851 or 2966015. OLE color: 2966015.
HSL color Cylindrical-coordinate representation of color #FF412D: hue angle of 5.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF412D is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 45 | - |
| CMYK | 0 | 0.75 | 0.82 | 0 |
| HSL | 5.71º | 1% | 0.59% | - |
| HSV(B) | 5.71º | 0.82% | 1% | - |
| XYZ | 43.6 | 25.23 | 5.05 | - |
| YUV | 119.53 | 85.95 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 45 | 0 | 0.75 | 0.82 | 0 | 5.71 | 1 | 0.59 |
| Hex | FF | 41 | 2D | 0 | 4B | 52 | 0 | 6 | 64 | 3B |
| Octal | 377 | 101 | 55 | 0 | 113 | 122 | 0 | 6 | 144 | 73 |
| Binary | 11111111 | 1000001 | 101101 | 0 | 1001011 | 1010010 | 0 | 110 | 1100100 | 111011 |
Color Harmonies of #FF412D
Complementary color
Monochromatic Colors of #FF412D
Black with #FF412D
Text Example
Text Example
White with #FF412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF412D; }
p { color: rgb(255,65,45); }
H1.HeaderClassName
{
color: #FF412D;
}
.AnyTagClassName
{
color: #FF412D;
}
</style>
background-color css
<style>
a { background-color: #FF412D; }
a { background-color: rgb(255,65,45); }
div.DivClassName
{
background-color: #FF412D;
}
.BgClassName
{
background-color: #FF412D;
}
</style>
border-color css
<style>
span { border-color: #FF412D; }
span { border-color: rgb(255,65,45); }
td.TdClassName
{
border-color: #FF412D;
}
.TagClassName
{
border-color: #FF412D;
}
</style>