Shades of Red Orange #FF441C
Tints of Red Orange #FF441C
RGB
CMYK
RGB Variations
Color information
#FF441C (or 0xFF441C) is known color: Red Orange. HEX triplet: FF, 44 and 1C. RGB value is (255,68,28). Sum of RGB (Red+Green+Blue) = 255+68+28=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF441C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF441C is #00BBE3. Grayscale: #777777. Windows color (decimal): -48100 or 1852671. OLE color: 1852671.
HSL color Cylindrical-coordinate representation of color #FF441C: hue angle of 10.57º 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 #FF441C is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 28 | - |
| CMYK | 0 | 0.73 | 0.89 | 0 |
| HSL | 10.57º | 1% | 0.55% | - |
| HSV(B) | 10.57º | 0.89% | 1% | - |
| XYZ | 43.52 | 25.48 | 3.72 | - |
| YUV | 119.35 | 76.45 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 28 | 0 | 0.73 | 0.89 | 0 | 10.57 | 1 | 0.55 |
| Hex | FF | 44 | 1C | 0 | 49 | 59 | 0 | B | 64 | 37 |
| Octal | 377 | 104 | 34 | 0 | 111 | 131 | 0 | 13 | 144 | 67 |
| Binary | 11111111 | 1000100 | 11100 | 0 | 1001001 | 1011001 | 0 | 1011 | 1100100 | 110111 |
Color Harmonies of #FF441C
Complementary color
Monochromatic Colors of #FF441C
Black with #FF441C
Text Example
Text Example
White with #FF441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF441C; }
p { color: rgb(255,68,28); }
H1.HeaderClassName
{
color: #FF441C;
}
.AnyTagClassName
{
color: #FF441C;
}
</style>
background-color css
<style>
a { background-color: #FF441C; }
a { background-color: rgb(255,68,28); }
div.DivClassName
{
background-color: #FF441C;
}
.BgClassName
{
background-color: #FF441C;
}
</style>
border-color css
<style>
span { border-color: #FF441C; }
span { border-color: rgb(255,68,28); }
td.TdClassName
{
border-color: #FF441C;
}
.TagClassName
{
border-color: #FF441C;
}
</style>