Shades of Red Orange #FF422E
Tints of Red Orange #FF422E
RGB
CMYK
RGB Variations
Color information
#FF422E (or 0xFF422E) is known color: Red Orange. HEX triplet: FF, 42 and 2E. RGB value is (255,66,46). Sum of RGB (Red+Green+Blue) = 255+66+46=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF422E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF422E is #00BDD1. Grayscale: #787878. Windows color (decimal): -48594 or 3031807. OLE color: 3031807.
HSL color Cylindrical-coordinate representation of color #FF422E: hue angle of 5.74º 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 #FF422E is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 46 | - |
| CMYK | 0 | 0.74 | 0.82 | 0 |
| HSL | 5.74º | 1% | 0.59% | - |
| HSV(B) | 5.74º | 0.82% | 1% | - |
| XYZ | 43.68 | 25.35 | 5.18 | - |
| YUV | 120.23 | 86.12 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 46 | 0 | 0.74 | 0.82 | 0 | 5.74 | 1 | 0.59 |
| Hex | FF | 42 | 2E | 0 | 4A | 52 | 0 | 6 | 64 | 3B |
| Octal | 377 | 102 | 56 | 0 | 112 | 122 | 0 | 6 | 144 | 73 |
| Binary | 11111111 | 1000010 | 101110 | 0 | 1001010 | 1010010 | 0 | 110 | 1100100 | 111011 |
Color Harmonies of #FF422E
Complementary color
Monochromatic Colors of #FF422E
Black with #FF422E
Text Example
Text Example
White with #FF422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF422E; }
p { color: rgb(255,66,46); }
H1.HeaderClassName
{
color: #FF422E;
}
.AnyTagClassName
{
color: #FF422E;
}
</style>
background-color css
<style>
a { background-color: #FF422E; }
a { background-color: rgb(255,66,46); }
div.DivClassName
{
background-color: #FF422E;
}
.BgClassName
{
background-color: #FF422E;
}
</style>
border-color css
<style>
span { border-color: #FF422E; }
span { border-color: rgb(255,66,46); }
td.TdClassName
{
border-color: #FF422E;
}
.TagClassName
{
border-color: #FF422E;
}
</style>