Shades of Orange Red #FF4405
Tints of Orange Red #FF4405
RGB
CMYK
RGB Variations
Color information
#FF4405 (or 0xFF4405) is known color: Orange Red. HEX triplet: FF, 44 and 05. RGB value is (255,68,5). Sum of RGB (Red+Green+Blue) = 255+68+5=328 (43% of max value = 765). Red value is 255 (100% from 255 or 77.74% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4405 is #00BBFA. Grayscale: #757575. Windows color (decimal): -48123 or 345343. OLE color: 345343.
HSL color Cylindrical-coordinate representation of color #FF4405: hue angle of 15.12º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF4405 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 5 | - |
| CMYK | 0 | 0.73 | 0.98 | 0 |
| HSL | 15.12º | 1% | 0.51% | - |
| HSV(B) | 15.12º | 0.98% | 1% | - |
| XYZ | 43.33 | 25.41 | 2.76 | - |
| YUV | 116.73 | 64.95 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 5 | 0 | 0.73 | 0.98 | 0 | 15.12 | 1 | 0.51 |
| Hex | FF | 44 | 5 | 0 | 49 | 62 | 0 | F | 64 | 33 |
| Octal | 377 | 104 | 5 | 0 | 111 | 142 | 0 | 17 | 144 | 63 |
| Binary | 11111111 | 1000100 | 101 | 0 | 1001001 | 1100010 | 0 | 1111 | 1100100 | 110011 |
Color Harmonies of #FF4405
Complementary color
Monochromatic Colors of #FF4405
Black with #FF4405
Text Example
Text Example
White with #FF4405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4405; }
p { color: rgb(255,68,5); }
H1.HeaderClassName
{
color: #FF4405;
}
.AnyTagClassName
{
color: #FF4405;
}
</style>
background-color css
<style>
a { background-color: #FF4405; }
a { background-color: rgb(255,68,5); }
div.DivClassName
{
background-color: #FF4405;
}
.BgClassName
{
background-color: #FF4405;
}
</style>
border-color css
<style>
span { border-color: #FF4405; }
span { border-color: rgb(255,68,5); }
td.TdClassName
{
border-color: #FF4405;
}
.TagClassName
{
border-color: #FF4405;
}
</style>