Shades of Red Orange #FF462D
Tints of Red Orange #FF462D
RGB
CMYK
RGB Variations
Color information
#FF462D (or 0xFF462D) is known color: Red Orange. HEX triplet: FF, 46 and 2D. RGB value is (255,70,45). Sum of RGB (Red+Green+Blue) = 255+70+45=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF462D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF462D is #00B9D2. Grayscale: #7A7A7A. Windows color (decimal): -47571 or 2967295. OLE color: 2967295.
HSL color Cylindrical-coordinate representation of color #FF462D: hue angle of 7.14º 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 #FF462D is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 45 | - |
| CMYK | 0 | 0.73 | 0.82 | 0 |
| HSL | 7.14º | 1% | 0.59% | - |
| HSV(B) | 7.14º | 0.82% | 1% | - |
| XYZ | 43.9 | 25.83 | 5.15 | - |
| YUV | 122.47 | 84.29 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 45 | 0 | 0.73 | 0.82 | 0 | 7.14 | 1 | 0.59 |
| Hex | FF | 46 | 2D | 0 | 49 | 52 | 0 | 7 | 64 | 3B |
| Octal | 377 | 106 | 55 | 0 | 111 | 122 | 0 | 7 | 144 | 73 |
| Binary | 11111111 | 1000110 | 101101 | 0 | 1001001 | 1010010 | 0 | 111 | 1100100 | 111011 |
Color Harmonies of #FF462D
Complementary color
Monochromatic Colors of #FF462D
Black with #FF462D
Text Example
Text Example
White with #FF462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF462D; }
p { color: rgb(255,70,45); }
H1.HeaderClassName
{
color: #FF462D;
}
.AnyTagClassName
{
color: #FF462D;
}
</style>
background-color css
<style>
a { background-color: #FF462D; }
a { background-color: rgb(255,70,45); }
div.DivClassName
{
background-color: #FF462D;
}
.BgClassName
{
background-color: #FF462D;
}
</style>
border-color css
<style>
span { border-color: #FF462D; }
span { border-color: rgb(255,70,45); }
td.TdClassName
{
border-color: #FF462D;
}
.TagClassName
{
border-color: #FF462D;
}
</style>