Shades of Red Orange #FF441D
Tints of Red Orange #FF441D
RGB
CMYK
RGB Variations
Color information
#FF441D (or 0xFF441D) is known color: Red Orange. HEX triplet: FF, 44 and 1D. RGB value is (255,68,29). Sum of RGB (Red+Green+Blue) = 255+68+29=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF441D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF441D is #00BBE2. Grayscale: #777777. Windows color (decimal): -48099 or 1918207. OLE color: 1918207.
HSL color Cylindrical-coordinate representation of color #FF441D: hue angle of 10.35º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF441D is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 29 | - |
| CMYK | 0 | 0.73 | 0.89 | 0 |
| HSL | 10.35º | 1% | 0.56% | - |
| HSV(B) | 10.35º | 0.89% | 1% | - |
| XYZ | 43.53 | 25.48 | 3.79 | - |
| YUV | 119.47 | 76.95 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 29 | 0 | 0.73 | 0.89 | 0 | 10.35 | 1 | 0.56 |
| Hex | FF | 44 | 1D | 0 | 49 | 59 | 0 | A | 64 | 38 |
| Octal | 377 | 104 | 35 | 0 | 111 | 131 | 0 | 12 | 144 | 70 |
| Binary | 11111111 | 1000100 | 11101 | 0 | 1001001 | 1011001 | 0 | 1010 | 1100100 | 111000 |
Color Harmonies of #FF441D
Complementary color
Monochromatic Colors of #FF441D
Black with #FF441D
Text Example
Text Example
White with #FF441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF441D; }
p { color: rgb(255,68,29); }
H1.HeaderClassName
{
color: #FF441D;
}
.AnyTagClassName
{
color: #FF441D;
}
</style>
background-color css
<style>
a { background-color: #FF441D; }
a { background-color: rgb(255,68,29); }
div.DivClassName
{
background-color: #FF441D;
}
.BgClassName
{
background-color: #FF441D;
}
</style>
border-color css
<style>
span { border-color: #FF441D; }
span { border-color: rgb(255,68,29); }
td.TdClassName
{
border-color: #FF441D;
}
.TagClassName
{
border-color: #FF441D;
}
</style>