Shades of Red Orange #FF452C
Tints of Red Orange #FF452C
RGB
CMYK
RGB Variations
Color information
#FF452C (or 0xFF452C) is known color: Red Orange. HEX triplet: FF, 45 and 2C. RGB value is (255,69,44). Sum of RGB (Red+Green+Blue) = 255+69+44=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF452C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF452C is #00BAD3. Grayscale: #7A7A7A. Windows color (decimal): -47828 or 2901503. OLE color: 2901503.
HSL color Cylindrical-coordinate representation of color #FF452C: hue angle of 7.11º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF452C is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 44 | - |
| CMYK | 0 | 0.73 | 0.83 | 0 |
| HSL | 7.11º | 1% | 0.59% | - |
| HSV(B) | 7.11º | 0.83% | 1% | - |
| XYZ | 43.82 | 25.7 | 5.03 | - |
| YUV | 121.76 | 84.12 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 44 | 0 | 0.73 | 0.83 | 0 | 7.11 | 1 | 0.59 |
| Hex | FF | 45 | 2C | 0 | 49 | 53 | 0 | 7 | 64 | 3B |
| Octal | 377 | 105 | 54 | 0 | 111 | 123 | 0 | 7 | 144 | 73 |
| Binary | 11111111 | 1000101 | 101100 | 0 | 1001001 | 1010011 | 0 | 111 | 1100100 | 111011 |
Color Harmonies of #FF452C
Complementary color
Monochromatic Colors of #FF452C
Black with #FF452C
Text Example
Text Example
White with #FF452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF452C; }
p { color: rgb(255,69,44); }
H1.HeaderClassName
{
color: #FF452C;
}
.AnyTagClassName
{
color: #FF452C;
}
</style>
background-color css
<style>
a { background-color: #FF452C; }
a { background-color: rgb(255,69,44); }
div.DivClassName
{
background-color: #FF452C;
}
.BgClassName
{
background-color: #FF452C;
}
</style>
border-color css
<style>
span { border-color: #FF452C; }
span { border-color: rgb(255,69,44); }
td.TdClassName
{
border-color: #FF452C;
}
.TagClassName
{
border-color: #FF452C;
}
</style>