Shades of Red Orange #FF452E
Tints of Red Orange #FF452E
RGB
CMYK
RGB Variations
Color information
#FF452E (or 0xFF452E) is known color: Red Orange. HEX triplet: FF, 45 and 2E. RGB value is (255,69,46). Sum of RGB (Red+Green+Blue) = 255+69+46=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF452E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF452E is #00BAD1. Grayscale: #7A7A7A. Windows color (decimal): -47826 or 3032575. OLE color: 3032575.
HSL color Cylindrical-coordinate representation of color #FF452E: hue angle of 6.6º 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 #FF452E is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 46 | - |
| CMYK | 0 | 0.73 | 0.82 | 0 |
| HSL | 6.6º | 1% | 0.59% | - |
| HSV(B) | 6.6º | 0.82% | 1% | - |
| XYZ | 43.86 | 25.71 | 5.24 | - |
| YUV | 121.99 | 85.12 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 46 | 0 | 0.73 | 0.82 | 0 | 6.6 | 1 | 0.59 |
| Hex | FF | 45 | 2E | 0 | 49 | 52 | 0 | 7 | 64 | 3B |
| Octal | 377 | 105 | 56 | 0 | 111 | 122 | 0 | 7 | 144 | 73 |
| Binary | 11111111 | 1000101 | 101110 | 0 | 1001001 | 1010010 | 0 | 111 | 1100100 | 111011 |
Color Harmonies of #FF452E
Complementary color
Monochromatic Colors of #FF452E
Black with #FF452E
Text Example
Text Example
White with #FF452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF452E; }
p { color: rgb(255,69,46); }
H1.HeaderClassName
{
color: #FF452E;
}
.AnyTagClassName
{
color: #FF452E;
}
</style>
background-color css
<style>
a { background-color: #FF452E; }
a { background-color: rgb(255,69,46); }
div.DivClassName
{
background-color: #FF452E;
}
.BgClassName
{
background-color: #FF452E;
}
</style>
border-color css
<style>
span { border-color: #FF452E; }
span { border-color: rgb(255,69,46); }
td.TdClassName
{
border-color: #FF452E;
}
.TagClassName
{
border-color: #FF452E;
}
</style>