Shades of Red Orange #FD441C
Tints of Red Orange #FD441C
RGB
CMYK
RGB Variations
Color information
#FD441C (or 0xFD441C) is known color: Red Orange. HEX triplet: FD, 44 and 1C. RGB value is (253,68,28). Sum of RGB (Red+Green+Blue) = 253+68+28=349 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.49% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 253 - color contains mainly: red. Hex color #FD441C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD441C is #02BBE3. Grayscale: #777777. Windows color (decimal): -179172 or 1852669. OLE color: 1852669.
HSL color Cylindrical-coordinate representation of color #FD441C: hue angle of 10.67º 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 #FD441C is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 68 | 28 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.01 |
| HSL | 10.67º | 0.98% | 0.55% | - |
| HSV(B) | 10.67º | 0.89% | 0.99% | - |
| XYZ | 42.78 | 25.1 | 3.69 | - |
| YUV | 118.76 | 76.79 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 68 | 28 | 0 | 0.73 | 0.89 | 0.01 | 10.67 | 0.98 | 0.55 |
| Hex | FD | 44 | 1C | 0 | 49 | 59 | 1 | B | 62 | 37 |
| Octal | 375 | 104 | 34 | 0 | 111 | 131 | 1 | 13 | 142 | 67 |
| Binary | 11111101 | 1000100 | 11100 | 0 | 1001001 | 1011001 | 1 | 1011 | 1100010 | 110111 |
Color Harmonies of #FD441C
Complementary color
Monochromatic Colors of #FD441C
Black with #FD441C
Text Example
Text Example
White with #FD441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD441C; }
p { color: rgb(253,68,28); }
H1.HeaderClassName
{
color: #FD441C;
}
.AnyTagClassName
{
color: #FD441C;
}
</style>
background-color css
<style>
a { background-color: #FD441C; }
a { background-color: rgb(253,68,28); }
div.DivClassName
{
background-color: #FD441C;
}
.BgClassName
{
background-color: #FD441C;
}
</style>
border-color css
<style>
span { border-color: #FD441C; }
span { border-color: rgb(253,68,28); }
td.TdClassName
{
border-color: #FD441C;
}
.TagClassName
{
border-color: #FD441C;
}
</style>