Shades of Red Orange #FF412B
Tints of Red Orange #FF412B
RGB
CMYK
RGB Variations
Color information
#FF412B (or 0xFF412B) is known color: Red Orange. HEX triplet: FF, 41 and 2B. RGB value is (255,65,43). Sum of RGB (Red+Green+Blue) = 255+65+43=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF412B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF412B is #00BED4. Grayscale: #777777. Windows color (decimal): -48853 or 2834943. OLE color: 2834943.
HSL color Cylindrical-coordinate representation of color #FF412B: hue angle of 6.23º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF412B is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 43 | - |
| CMYK | 0 | 0.75 | 0.83 | 0 |
| HSL | 6.23º | 1% | 0.58% | - |
| HSV(B) | 6.23º | 0.83% | 1% | - |
| XYZ | 43.57 | 25.22 | 4.86 | - |
| YUV | 119.3 | 84.95 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 43 | 0 | 0.75 | 0.83 | 0 | 6.23 | 1 | 0.58 |
| Hex | FF | 41 | 2B | 0 | 4B | 53 | 0 | 6 | 64 | 3A |
| Octal | 377 | 101 | 53 | 0 | 113 | 123 | 0 | 6 | 144 | 72 |
| Binary | 11111111 | 1000001 | 101011 | 0 | 1001011 | 1010011 | 0 | 110 | 1100100 | 111010 |
Color Harmonies of #FF412B
Complementary color
Monochromatic Colors of #FF412B
Black with #FF412B
Text Example
Text Example
White with #FF412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF412B; }
p { color: rgb(255,65,43); }
H1.HeaderClassName
{
color: #FF412B;
}
.AnyTagClassName
{
color: #FF412B;
}
</style>
background-color css
<style>
a { background-color: #FF412B; }
a { background-color: rgb(255,65,43); }
div.DivClassName
{
background-color: #FF412B;
}
.BgClassName
{
background-color: #FF412B;
}
</style>
border-color css
<style>
span { border-color: #FF412B; }
span { border-color: rgb(255,65,43); }
td.TdClassName
{
border-color: #FF412B;
}
.TagClassName
{
border-color: #FF412B;
}
</style>