Shades of Red Orange #FF4221
Tints of Red Orange #FF4221
RGB
CMYK
RGB Variations
Color information
#FF4221 (or 0xFF4221) is known color: Red Orange. HEX triplet: FF, 42 and 21. RGB value is (255,66,33). Sum of RGB (Red+Green+Blue) = 255+66+33=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4221 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4221 is #00BDDE. Grayscale: #777777. Windows color (decimal): -48607 or 2179839. OLE color: 2179839.
HSL color Cylindrical-coordinate representation of color #FF4221: hue angle of 8.92º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF4221 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 33 | - |
| CMYK | 0 | 0.74 | 0.87 | 0 |
| HSL | 8.92º | 1% | 0.56% | - |
| HSV(B) | 8.92º | 0.87% | 1% | - |
| XYZ | 43.46 | 25.27 | 4.02 | - |
| YUV | 118.75 | 79.62 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 33 | 0 | 0.74 | 0.87 | 0 | 8.92 | 1 | 0.56 |
| Hex | FF | 42 | 21 | 0 | 4A | 57 | 0 | 9 | 64 | 38 |
| Octal | 377 | 102 | 41 | 0 | 112 | 127 | 0 | 11 | 144 | 70 |
| Binary | 11111111 | 1000010 | 100001 | 0 | 1001010 | 1010111 | 0 | 1001 | 1100100 | 111000 |
Color Harmonies of #FF4221
Complementary color
Monochromatic Colors of #FF4221
Black with #FF4221
Text Example
Text Example
White with #FF4221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4221; }
p { color: rgb(255,66,33); }
H1.HeaderClassName
{
color: #FF4221;
}
.AnyTagClassName
{
color: #FF4221;
}
</style>
background-color css
<style>
a { background-color: #FF4221; }
a { background-color: rgb(255,66,33); }
div.DivClassName
{
background-color: #FF4221;
}
.BgClassName
{
background-color: #FF4221;
}
</style>
border-color css
<style>
span { border-color: #FF4221; }
span { border-color: rgb(255,66,33); }
td.TdClassName
{
border-color: #FF4221;
}
.TagClassName
{
border-color: #FF4221;
}
</style>