Shades of Red Orange #F42621
Tints of Red Orange #F42621
RGB
CMYK
RGB Variations
Color information
#F42621 (or 0xF42621) is known color: Red Orange. HEX triplet: F4, 26 and 21. RGB value is (244,38,33). Sum of RGB (Red+Green+Blue) = 244+38+33=315 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.46% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 244 - color contains mainly: red. Hex color #F42621 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42621 is #0BD9DE. Grayscale: #636363. Windows color (decimal): -776671 or 2172660. OLE color: 2172660.
HSL color Cylindrical-coordinate representation of color #F42621: hue angle of 1.42º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42621 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 33 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.04 |
| HSL | 1.42º | 0.91% | 0.54% | - |
| HSV(B) | 1.42º | 0.86% | 0.96% | - |
| XYZ | 38.28 | 20.73 | 3.42 | - |
| YUV | 99.02 | 90.75 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 33 | 0 | 0.84 | 0.86 | 0.04 | 1.42 | 0.91 | 0.54 |
| Hex | F4 | 26 | 21 | 0 | 54 | 56 | 4 | 1 | 5B | 36 |
| Octal | 364 | 46 | 41 | 0 | 124 | 126 | 4 | 1 | 133 | 66 |
| Binary | 11110100 | 100110 | 100001 | 0 | 1010100 | 1010110 | 100 | 1 | 1011011 | 110110 |
Color Harmonies of #F42621
Complementary color
Monochromatic Colors of #F42621
Black with #F42621
Text Example
Text Example
White with #F42621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42621; }
p { color: rgb(244,38,33); }
H1.HeaderClassName
{
color: #F42621;
}
.AnyTagClassName
{
color: #F42621;
}
</style>
background-color css
<style>
a { background-color: #F42621; }
a { background-color: rgb(244,38,33); }
div.DivClassName
{
background-color: #F42621;
}
.BgClassName
{
background-color: #F42621;
}
</style>
border-color css
<style>
span { border-color: #F42621; }
span { border-color: rgb(244,38,33); }
td.TdClassName
{
border-color: #F42621;
}
.TagClassName
{
border-color: #F42621;
}
</style>