Shades of Red Orange #FF422A
Tints of Red Orange #FF422A
RGB
CMYK
RGB Variations
Color information
#FF422A (or 0xFF422A) is known color: Red Orange. HEX triplet: FF, 42 and 2A. RGB value is (255,66,42). Sum of RGB (Red+Green+Blue) = 255+66+42=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF422A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF422A is #00BDD5. Grayscale: #787878. Windows color (decimal): -48598 or 2769663. OLE color: 2769663.
HSL color Cylindrical-coordinate representation of color #FF422A: hue angle of 6.76º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF422A is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 42 | - |
| CMYK | 0 | 0.74 | 0.84 | 0 |
| HSL | 6.76º | 1% | 0.58% | - |
| HSV(B) | 6.76º | 0.84% | 1% | - |
| XYZ | 43.61 | 25.32 | 4.78 | - |
| YUV | 119.78 | 84.12 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 42 | 0 | 0.74 | 0.84 | 0 | 6.76 | 1 | 0.58 |
| Hex | FF | 42 | 2A | 0 | 4A | 54 | 0 | 7 | 64 | 3A |
| Octal | 377 | 102 | 52 | 0 | 112 | 124 | 0 | 7 | 144 | 72 |
| Binary | 11111111 | 1000010 | 101010 | 0 | 1001010 | 1010100 | 0 | 111 | 1100100 | 111010 |
Color Harmonies of #FF422A
Complementary color
Monochromatic Colors of #FF422A
Black with #FF422A
Text Example
Text Example
White with #FF422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF422A; }
p { color: rgb(255,66,42); }
H1.HeaderClassName
{
color: #FF422A;
}
.AnyTagClassName
{
color: #FF422A;
}
</style>
background-color css
<style>
a { background-color: #FF422A; }
a { background-color: rgb(255,66,42); }
div.DivClassName
{
background-color: #FF422A;
}
.BgClassName
{
background-color: #FF422A;
}
</style>
border-color css
<style>
span { border-color: #FF422A; }
span { border-color: rgb(255,66,42); }
td.TdClassName
{
border-color: #FF422A;
}
.TagClassName
{
border-color: #FF422A;
}
</style>