Shades of Red Orange #F42921
Tints of Red Orange #F42921
RGB
CMYK
RGB Variations
Color information
#F42921 (or 0xF42921) is known color: Red Orange. HEX triplet: F4, 29 and 21. RGB value is (244,41,33). Sum of RGB (Red+Green+Blue) = 244+41+33=318 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.73% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 244 - color contains mainly: red. Hex color #F42921 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42921 is #0BD6DE. Grayscale: #656565. Windows color (decimal): -775903 or 2173428. OLE color: 2173428.
HSL color Cylindrical-coordinate representation of color #F42921: hue angle of 2.27º 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 #F42921 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 33 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.04 |
| HSL | 2.27º | 0.91% | 0.54% | - |
| HSV(B) | 2.27º | 0.86% | 0.96% | - |
| XYZ | 38.38 | 20.93 | 3.46 | - |
| YUV | 100.79 | 89.75 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 33 | 0 | 0.83 | 0.86 | 0.04 | 2.27 | 0.91 | 0.54 |
| Hex | F4 | 29 | 21 | 0 | 53 | 56 | 4 | 2 | 5B | 36 |
| Octal | 364 | 51 | 41 | 0 | 123 | 126 | 4 | 2 | 133 | 66 |
| Binary | 11110100 | 101001 | 100001 | 0 | 1010011 | 1010110 | 100 | 10 | 1011011 | 110110 |
Color Harmonies of #F42921
Complementary color
Monochromatic Colors of #F42921
Black with #F42921
Text Example
Text Example
White with #F42921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42921; }
p { color: rgb(244,41,33); }
H1.HeaderClassName
{
color: #F42921;
}
.AnyTagClassName
{
color: #F42921;
}
</style>
background-color css
<style>
a { background-color: #F42921; }
a { background-color: rgb(244,41,33); }
div.DivClassName
{
background-color: #F42921;
}
.BgClassName
{
background-color: #F42921;
}
</style>
border-color css
<style>
span { border-color: #F42921; }
span { border-color: rgb(244,41,33); }
td.TdClassName
{
border-color: #F42921;
}
.TagClassName
{
border-color: #F42921;
}
</style>