Shades of Red Orange #FD442B
Tints of Red Orange #FD442B
RGB
CMYK
RGB Variations
Color information
#FD442B (or 0xFD442B) is known color: Red Orange. HEX triplet: FD, 44 and 2B. RGB value is (253,68,43). Sum of RGB (Red+Green+Blue) = 253+68+43=364 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.51% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 253 - color contains mainly: red. Hex color #FD442B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD442B is #02BBD4. Grayscale: #787878. Windows color (decimal): -179157 or 2835709. OLE color: 2835709.
HSL color Cylindrical-coordinate representation of color #FD442B: hue angle of 7.14º 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 #FD442B is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 68 | 43 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.01 |
| HSL | 7.14º | 0.98% | 0.58% | - |
| HSV(B) | 7.14º | 0.83% | 0.99% | - |
| XYZ | 43.01 | 25.19 | 4.88 | - |
| YUV | 120.47 | 84.29 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 68 | 43 | 0 | 0.73 | 0.83 | 0.01 | 7.14 | 0.98 | 0.58 |
| Hex | FD | 44 | 2B | 0 | 49 | 53 | 1 | 7 | 62 | 3A |
| Octal | 375 | 104 | 53 | 0 | 111 | 123 | 1 | 7 | 142 | 72 |
| Binary | 11111101 | 1000100 | 101011 | 0 | 1001001 | 1010011 | 1 | 111 | 1100010 | 111010 |
Color Harmonies of #FD442B
Complementary color
Monochromatic Colors of #FD442B
Black with #FD442B
Text Example
Text Example
White with #FD442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD442B; }
p { color: rgb(253,68,43); }
H1.HeaderClassName
{
color: #FD442B;
}
.AnyTagClassName
{
color: #FD442B;
}
</style>
background-color css
<style>
a { background-color: #FD442B; }
a { background-color: rgb(253,68,43); }
div.DivClassName
{
background-color: #FD442B;
}
.BgClassName
{
background-color: #FD442B;
}
</style>
border-color css
<style>
span { border-color: #FD442B; }
span { border-color: rgb(253,68,43); }
td.TdClassName
{
border-color: #FD442B;
}
.TagClassName
{
border-color: #FD442B;
}
</style>