Shades of Red Orange #F42A21
Tints of Red Orange #F42A21
RGB
CMYK
RGB Variations
Color information
#F42A21 (or 0xF42A21) is known color: Red Orange. HEX triplet: F4, 2A and 21. RGB value is (244,42,33). Sum of RGB (Red+Green+Blue) = 244+42+33=319 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.49% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 244 - color contains mainly: red. Hex color #F42A21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42A21 is #0BD5DE. Grayscale: #656565. Windows color (decimal): -775647 or 2173684. OLE color: 2173684.
HSL color Cylindrical-coordinate representation of color #F42A21: hue angle of 2.56º 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 #F42A21 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 42 | 33 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.04 |
| HSL | 2.56º | 0.91% | 0.54% | - |
| HSV(B) | 2.56º | 0.86% | 0.96% | - |
| XYZ | 38.41 | 21 | 3.47 | - |
| YUV | 101.37 | 89.42 | 229.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 42 | 33 | 0 | 0.83 | 0.86 | 0.04 | 2.56 | 0.91 | 0.54 |
| Hex | F4 | 2A | 21 | 0 | 53 | 56 | 4 | 3 | 5B | 36 |
| Octal | 364 | 52 | 41 | 0 | 123 | 126 | 4 | 3 | 133 | 66 |
| Binary | 11110100 | 101010 | 100001 | 0 | 1010011 | 1010110 | 100 | 11 | 1011011 | 110110 |
Color Harmonies of #F42A21
Complementary color
Monochromatic Colors of #F42A21
Black with #F42A21
Text Example
Text Example
White with #F42A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42A21; }
p { color: rgb(244,42,33); }
H1.HeaderClassName
{
color: #F42A21;
}
.AnyTagClassName
{
color: #F42A21;
}
</style>
background-color css
<style>
a { background-color: #F42A21; }
a { background-color: rgb(244,42,33); }
div.DivClassName
{
background-color: #F42A21;
}
.BgClassName
{
background-color: #F42A21;
}
</style>
border-color css
<style>
span { border-color: #F42A21; }
span { border-color: rgb(244,42,33); }
td.TdClassName
{
border-color: #F42A21;
}
.TagClassName
{
border-color: #F42A21;
}
</style>