Shades of Red Orange #FD442C
Tints of Red Orange #FD442C
RGB
CMYK
RGB Variations
Color information
#FD442C (or 0xFD442C) is known color: Red Orange. HEX triplet: FD, 44 and 2C. RGB value is (253,68,44). Sum of RGB (Red+Green+Blue) = 253+68+44=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD442C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD442C is #02BBD3. Grayscale: #787878. Windows color (decimal): -179156 or 2901245. OLE color: 2901245.
HSL color Cylindrical-coordinate representation of color #FD442C: hue angle of 6.89º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD442C is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 68 | 44 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.01 |
| HSL | 6.89º | 0.98% | 0.58% | - |
| HSV(B) | 6.89º | 0.83% | 0.99% | - |
| XYZ | 43.03 | 25.2 | 4.98 | - |
| YUV | 120.58 | 84.79 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 68 | 44 | 0 | 0.73 | 0.83 | 0.01 | 6.89 | 0.98 | 0.58 |
| Hex | FD | 44 | 2C | 0 | 49 | 53 | 1 | 7 | 62 | 3A |
| Octal | 375 | 104 | 54 | 0 | 111 | 123 | 1 | 7 | 142 | 72 |
| Binary | 11111101 | 1000100 | 101100 | 0 | 1001001 | 1010011 | 1 | 111 | 1100010 | 111010 |
Color Harmonies of #FD442C
Complementary color
Monochromatic Colors of #FD442C
Black with #FD442C
Text Example
Text Example
White with #FD442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD442C; }
p { color: rgb(253,68,44); }
H1.HeaderClassName
{
color: #FD442C;
}
.AnyTagClassName
{
color: #FD442C;
}
</style>
background-color css
<style>
a { background-color: #FD442C; }
a { background-color: rgb(253,68,44); }
div.DivClassName
{
background-color: #FD442C;
}
.BgClassName
{
background-color: #FD442C;
}
</style>
border-color css
<style>
span { border-color: #FD442C; }
span { border-color: rgb(253,68,44); }
td.TdClassName
{
border-color: #FD442C;
}
.TagClassName
{
border-color: #FD442C;
}
</style>