Shades of Red Orange #FF442B
Tints of Red Orange #FF442B
RGB
CMYK
RGB Variations
Color information
#FF442B (or 0xFF442B) is known color: Red Orange. HEX triplet: FF, 44 and 2B. RGB value is (255,68,43). Sum of RGB (Red+Green+Blue) = 255+68+43=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF442B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF442B is #00BBD4. Grayscale: #797979. Windows color (decimal): -48085 or 2835711. OLE color: 2835711.
HSL color Cylindrical-coordinate representation of color #FF442B: hue angle of 7.08º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF442B is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 43 | - |
| CMYK | 0 | 0.73 | 0.83 | 0 |
| HSL | 7.08º | 1% | 0.58% | - |
| HSV(B) | 7.08º | 0.83% | 1% | - |
| XYZ | 43.74 | 25.57 | 4.92 | - |
| YUV | 121.06 | 83.95 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 43 | 0 | 0.73 | 0.83 | 0 | 7.08 | 1 | 0.58 |
| Hex | FF | 44 | 2B | 0 | 49 | 53 | 0 | 7 | 64 | 3A |
| Octal | 377 | 104 | 53 | 0 | 111 | 123 | 0 | 7 | 144 | 72 |
| Binary | 11111111 | 1000100 | 101011 | 0 | 1001001 | 1010011 | 0 | 111 | 1100100 | 111010 |
Color Harmonies of #FF442B
Complementary color
Monochromatic Colors of #FF442B
Black with #FF442B
Text Example
Text Example
White with #FF442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF442B; }
p { color: rgb(255,68,43); }
H1.HeaderClassName
{
color: #FF442B;
}
.AnyTagClassName
{
color: #FF442B;
}
</style>
background-color css
<style>
a { background-color: #FF442B; }
a { background-color: rgb(255,68,43); }
div.DivClassName
{
background-color: #FF442B;
}
.BgClassName
{
background-color: #FF442B;
}
</style>
border-color css
<style>
span { border-color: #FF442B; }
span { border-color: rgb(255,68,43); }
td.TdClassName
{
border-color: #FF442B;
}
.TagClassName
{
border-color: #FF442B;
}
</style>