Shades of Red Orange #FF452F
Tints of Red Orange #FF452F
RGB
CMYK
RGB Variations
Color information
#FF452F (or 0xFF452F) is known color: Red Orange. HEX triplet: FF, 45 and 2F. RGB value is (255,69,47). Sum of RGB (Red+Green+Blue) = 255+69+47=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF452F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF452F is #00BAD0. Grayscale: #7A7A7A. Windows color (decimal): -47825 or 3098111. OLE color: 3098111.
HSL color Cylindrical-coordinate representation of color #FF452F: hue angle of 6.35º 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 #FF452F is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 47 | - |
| CMYK | 0 | 0.73 | 0.82 | 0 |
| HSL | 6.35º | 1% | 0.59% | - |
| HSV(B) | 6.35º | 0.82% | 1% | - |
| XYZ | 43.88 | 25.72 | 5.34 | - |
| YUV | 122.11 | 85.62 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 47 | 0 | 0.73 | 0.82 | 0 | 6.35 | 1 | 0.59 |
| Hex | FF | 45 | 2F | 0 | 49 | 52 | 0 | 6 | 64 | 3B |
| Octal | 377 | 105 | 57 | 0 | 111 | 122 | 0 | 6 | 144 | 73 |
| Binary | 11111111 | 1000101 | 101111 | 0 | 1001001 | 1010010 | 0 | 110 | 1100100 | 111011 |
Color Harmonies of #FF452F
Complementary color
Monochromatic Colors of #FF452F
Black with #FF452F
Text Example
Text Example
White with #FF452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF452F; }
p { color: rgb(255,69,47); }
H1.HeaderClassName
{
color: #FF452F;
}
.AnyTagClassName
{
color: #FF452F;
}
</style>
background-color css
<style>
a { background-color: #FF452F; }
a { background-color: rgb(255,69,47); }
div.DivClassName
{
background-color: #FF452F;
}
.BgClassName
{
background-color: #FF452F;
}
</style>
border-color css
<style>
span { border-color: #FF452F; }
span { border-color: rgb(255,69,47); }
td.TdClassName
{
border-color: #FF452F;
}
.TagClassName
{
border-color: #FF452F;
}
</style>