Shades of Red Orange #FF4521
Tints of Red Orange #FF4521
RGB
CMYK
RGB Variations
Color information
#FF4521 (or 0xFF4521) is known color: Red Orange. HEX triplet: FF, 45 and 21. RGB value is (255,69,33). Sum of RGB (Red+Green+Blue) = 255+69+33=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4521 is #00BADE. Grayscale: #787878. Windows color (decimal): -47839 or 2180607. OLE color: 2180607.
HSL color Cylindrical-coordinate representation of color #FF4521: hue angle of 9.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF4521 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 33 | - |
| CMYK | 0 | 0.73 | 0.87 | 0 |
| HSL | 9.73º | 1% | 0.56% | - |
| HSV(B) | 9.73º | 0.87% | 1% | - |
| XYZ | 43.64 | 25.63 | 4.08 | - |
| YUV | 120.51 | 78.62 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 33 | 0 | 0.73 | 0.87 | 0 | 9.73 | 1 | 0.56 |
| Hex | FF | 45 | 21 | 0 | 49 | 57 | 0 | A | 64 | 38 |
| Octal | 377 | 105 | 41 | 0 | 111 | 127 | 0 | 12 | 144 | 70 |
| Binary | 11111111 | 1000101 | 100001 | 0 | 1001001 | 1010111 | 0 | 1010 | 1100100 | 111000 |
Color Harmonies of #FF4521
Complementary color
Monochromatic Colors of #FF4521
Black with #FF4521
Text Example
Text Example
White with #FF4521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4521; }
p { color: rgb(255,69,33); }
H1.HeaderClassName
{
color: #FF4521;
}
.AnyTagClassName
{
color: #FF4521;
}
</style>
background-color css
<style>
a { background-color: #FF4521; }
a { background-color: rgb(255,69,33); }
div.DivClassName
{
background-color: #FF4521;
}
.BgClassName
{
background-color: #FF4521;
}
</style>
border-color css
<style>
span { border-color: #FF4521; }
span { border-color: rgb(255,69,33); }
td.TdClassName
{
border-color: #FF4521;
}
.TagClassName
{
border-color: #FF4521;
}
</style>