Shades of Red Orange #FD441B
Tints of Red Orange #FD441B
RGB
CMYK
RGB Variations
Color information
#FD441B (or 0xFD441B) is known color: Red Orange. HEX triplet: FD, 44 and 1B. RGB value is (253,68,27). Sum of RGB (Red+Green+Blue) = 253+68+27=348 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.70% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 253 - color contains mainly: red. Hex color #FD441B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD441B is #02BBE4. Grayscale: #767676. Windows color (decimal): -179173 or 1787133. OLE color: 1787133.
HSL color Cylindrical-coordinate representation of color #FD441B: hue angle of 10.88º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD441B is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 68 | 27 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.01 |
| HSL | 10.88º | 0.98% | 0.55% | - |
| HSV(B) | 10.88º | 0.89% | 0.99% | - |
| XYZ | 42.77 | 25.1 | 3.63 | - |
| YUV | 118.64 | 76.29 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 68 | 27 | 0 | 0.73 | 0.89 | 0.01 | 10.88 | 0.98 | 0.55 |
| Hex | FD | 44 | 1B | 0 | 49 | 59 | 1 | B | 62 | 37 |
| Octal | 375 | 104 | 33 | 0 | 111 | 131 | 1 | 13 | 142 | 67 |
| Binary | 11111101 | 1000100 | 11011 | 0 | 1001001 | 1011001 | 1 | 1011 | 1100010 | 110111 |
Color Harmonies of #FD441B
Complementary color
Monochromatic Colors of #FD441B
Black with #FD441B
Text Example
Text Example
White with #FD441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD441B; }
p { color: rgb(253,68,27); }
H1.HeaderClassName
{
color: #FD441B;
}
.AnyTagClassName
{
color: #FD441B;
}
</style>
background-color css
<style>
a { background-color: #FD441B; }
a { background-color: rgb(253,68,27); }
div.DivClassName
{
background-color: #FD441B;
}
.BgClassName
{
background-color: #FD441B;
}
</style>
border-color css
<style>
span { border-color: #FD441B; }
span { border-color: rgb(253,68,27); }
td.TdClassName
{
border-color: #FD441B;
}
.TagClassName
{
border-color: #FD441B;
}
</style>