Shades of Red Orange #FF442D
Tints of Red Orange #FF442D
RGB
CMYK
RGB Variations
Color information
#FF442D (or 0xFF442D) is known color: Red Orange. HEX triplet: FF, 44 and 2D. RGB value is (255,68,45). Sum of RGB (Red+Green+Blue) = 255+68+45=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF442D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF442D is #00BBD2. Grayscale: #797979. Windows color (decimal): -48083 or 2966783. OLE color: 2966783.
HSL color Cylindrical-coordinate representation of color #FF442D: hue angle of 6.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF442D is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 45 | - |
| CMYK | 0 | 0.73 | 0.82 | 0 |
| HSL | 6.57º | 1% | 0.59% | - |
| HSV(B) | 6.57º | 0.82% | 1% | - |
| XYZ | 43.78 | 25.58 | 5.11 | - |
| YUV | 121.29 | 84.95 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 45 | 0 | 0.73 | 0.82 | 0 | 6.57 | 1 | 0.59 |
| Hex | FF | 44 | 2D | 0 | 49 | 52 | 0 | 7 | 64 | 3B |
| Octal | 377 | 104 | 55 | 0 | 111 | 122 | 0 | 7 | 144 | 73 |
| Binary | 11111111 | 1000100 | 101101 | 0 | 1001001 | 1010010 | 0 | 111 | 1100100 | 111011 |
Color Harmonies of #FF442D
Complementary color
Monochromatic Colors of #FF442D
Black with #FF442D
Text Example
Text Example
White with #FF442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF442D; }
p { color: rgb(255,68,45); }
H1.HeaderClassName
{
color: #FF442D;
}
.AnyTagClassName
{
color: #FF442D;
}
</style>
background-color css
<style>
a { background-color: #FF442D; }
a { background-color: rgb(255,68,45); }
div.DivClassName
{
background-color: #FF442D;
}
.BgClassName
{
background-color: #FF442D;
}
</style>
border-color css
<style>
span { border-color: #FF442D; }
span { border-color: rgb(255,68,45); }
td.TdClassName
{
border-color: #FF442D;
}
.TagClassName
{
border-color: #FF442D;
}
</style>