Shades of Red Orange #F42321
Tints of Red Orange #F42321
RGB
CMYK
RGB Variations
Color information
#F42321 (or 0xF42321) is known color: Red Orange. HEX triplet: F4, 23 and 21. RGB value is (244,35,33). Sum of RGB (Red+Green+Blue) = 244+35+33=312 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.21% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 244 - color contains mainly: red. Hex color #F42321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42321 is #0BDCDE. Grayscale: #616161. Windows color (decimal): -777439 or 2171892. OLE color: 2171892.
HSL color Cylindrical-coordinate representation of color #F42321: hue angle of 0.57º 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 #F42321 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 33 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.04 |
| HSL | 0.57º | 0.91% | 0.54% | - |
| HSV(B) | 0.57º | 0.86% | 0.96% | - |
| XYZ | 38.18 | 20.54 | 3.39 | - |
| YUV | 97.26 | 91.74 | 232.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 33 | 0 | 0.86 | 0.86 | 0.04 | 0.57 | 0.91 | 0.54 |
| Hex | F4 | 23 | 21 | 0 | 56 | 56 | 4 | 1 | 5B | 36 |
| Octal | 364 | 43 | 41 | 0 | 126 | 126 | 4 | 1 | 133 | 66 |
| Binary | 11110100 | 100011 | 100001 | 0 | 1010110 | 1010110 | 100 | 1 | 1011011 | 110110 |
Color Harmonies of #F42321
Complementary color
Monochromatic Colors of #F42321
Black with #F42321
Text Example
Text Example
White with #F42321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42321; }
p { color: rgb(244,35,33); }
H1.HeaderClassName
{
color: #F42321;
}
.AnyTagClassName
{
color: #F42321;
}
</style>
background-color css
<style>
a { background-color: #F42321; }
a { background-color: rgb(244,35,33); }
div.DivClassName
{
background-color: #F42321;
}
.BgClassName
{
background-color: #F42321;
}
</style>
border-color css
<style>
span { border-color: #F42321; }
span { border-color: rgb(244,35,33); }
td.TdClassName
{
border-color: #F42321;
}
.TagClassName
{
border-color: #F42321;
}
</style>