Shades of Red Orange #FF441B
Tints of Red Orange #FF441B
RGB
CMYK
RGB Variations
Color information
#FF441B (or 0xFF441B) is known color: Red Orange. HEX triplet: FF, 44 and 1B. RGB value is (255,68,27). Sum of RGB (Red+Green+Blue) = 255+68+27=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF441B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF441B is #00BBE4. Grayscale: #777777. Windows color (decimal): -48101 or 1787135. OLE color: 1787135.
HSL color Cylindrical-coordinate representation of color #FF441B: hue angle of 10.79º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF441B is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 27 | - |
| CMYK | 0 | 0.73 | 0.89 | 0 |
| HSL | 10.79º | 1% | 0.55% | - |
| HSV(B) | 10.79º | 0.89% | 1% | - |
| XYZ | 43.5 | 25.47 | 3.66 | - |
| YUV | 119.24 | 75.95 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 27 | 0 | 0.73 | 0.89 | 0 | 10.79 | 1 | 0.55 |
| Hex | FF | 44 | 1B | 0 | 49 | 59 | 0 | B | 64 | 37 |
| Octal | 377 | 104 | 33 | 0 | 111 | 131 | 0 | 13 | 144 | 67 |
| Binary | 11111111 | 1000100 | 11011 | 0 | 1001001 | 1011001 | 0 | 1011 | 1100100 | 110111 |
Color Harmonies of #FF441B
Complementary color
Monochromatic Colors of #FF441B
Black with #FF441B
Text Example
Text Example
White with #FF441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF441B; }
p { color: rgb(255,68,27); }
H1.HeaderClassName
{
color: #FF441B;
}
.AnyTagClassName
{
color: #FF441B;
}
</style>
background-color css
<style>
a { background-color: #FF441B; }
a { background-color: rgb(255,68,27); }
div.DivClassName
{
background-color: #FF441B;
}
.BgClassName
{
background-color: #FF441B;
}
</style>
border-color css
<style>
span { border-color: #FF441B; }
span { border-color: rgb(255,68,27); }
td.TdClassName
{
border-color: #FF441B;
}
.TagClassName
{
border-color: #FF441B;
}
</style>