Shades of Red Orange #FF452D
Tints of Red Orange #FF452D
RGB
CMYK
RGB Variations
Color information
#FF452D (or 0xFF452D) is known color: Red Orange. HEX triplet: FF, 45 and 2D. RGB value is (255,69,45). Sum of RGB (Red+Green+Blue) = 255+69+45=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF452D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF452D is #00BAD2. Grayscale: #7A7A7A. Windows color (decimal): -47827 or 2967039. OLE color: 2967039.
HSL color Cylindrical-coordinate representation of color #FF452D: hue angle of 6.86º 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 #FF452D is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 45 | - |
| CMYK | 0 | 0.73 | 0.82 | 0 |
| HSL | 6.86º | 1% | 0.59% | - |
| HSV(B) | 6.86º | 0.82% | 1% | - |
| XYZ | 43.84 | 25.71 | 5.13 | - |
| YUV | 121.88 | 84.62 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 45 | 0 | 0.73 | 0.82 | 0 | 6.86 | 1 | 0.59 |
| Hex | FF | 45 | 2D | 0 | 49 | 52 | 0 | 7 | 64 | 3B |
| Octal | 377 | 105 | 55 | 0 | 111 | 122 | 0 | 7 | 144 | 73 |
| Binary | 11111111 | 1000101 | 101101 | 0 | 1001001 | 1010010 | 0 | 111 | 1100100 | 111011 |
Color Harmonies of #FF452D
Complementary color
Monochromatic Colors of #FF452D
Black with #FF452D
Text Example
Text Example
White with #FF452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF452D; }
p { color: rgb(255,69,45); }
H1.HeaderClassName
{
color: #FF452D;
}
.AnyTagClassName
{
color: #FF452D;
}
</style>
background-color css
<style>
a { background-color: #FF452D; }
a { background-color: rgb(255,69,45); }
div.DivClassName
{
background-color: #FF452D;
}
.BgClassName
{
background-color: #FF452D;
}
</style>
border-color css
<style>
span { border-color: #FF452D; }
span { border-color: rgb(255,69,45); }
td.TdClassName
{
border-color: #FF452D;
}
.TagClassName
{
border-color: #FF452D;
}
</style>