Shades of Red Orange #F42521
Tints of Red Orange #F42521
RGB
CMYK
RGB Variations
Color information
#F42521 (or 0xF42521) is known color: Red Orange. HEX triplet: F4, 25 and 21. RGB value is (244,37,33). Sum of RGB (Red+Green+Blue) = 244+37+33=314 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.71% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 244 - color contains mainly: red. Hex color #F42521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42521 is #0BDADE. Grayscale: #626262. Windows color (decimal): -776927 or 2172404. OLE color: 2172404.
HSL color Cylindrical-coordinate representation of color #F42521: hue angle of 1.14º 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 #F42521 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 33 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.04 |
| HSL | 1.14º | 0.91% | 0.54% | - |
| HSV(B) | 1.14º | 0.86% | 0.96% | - |
| XYZ | 38.24 | 20.67 | 3.41 | - |
| YUV | 98.44 | 91.08 | 231.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 33 | 0 | 0.85 | 0.86 | 0.04 | 1.14 | 0.91 | 0.54 |
| Hex | F4 | 25 | 21 | 0 | 55 | 56 | 4 | 1 | 5B | 36 |
| Octal | 364 | 45 | 41 | 0 | 125 | 126 | 4 | 1 | 133 | 66 |
| Binary | 11110100 | 100101 | 100001 | 0 | 1010101 | 1010110 | 100 | 1 | 1011011 | 110110 |
Color Harmonies of #F42521
Complementary color
Monochromatic Colors of #F42521
Black with #F42521
Text Example
Text Example
White with #F42521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42521; }
p { color: rgb(244,37,33); }
H1.HeaderClassName
{
color: #F42521;
}
.AnyTagClassName
{
color: #F42521;
}
</style>
background-color css
<style>
a { background-color: #F42521; }
a { background-color: rgb(244,37,33); }
div.DivClassName
{
background-color: #F42521;
}
.BgClassName
{
background-color: #F42521;
}
</style>
border-color css
<style>
span { border-color: #F42521; }
span { border-color: rgb(244,37,33); }
td.TdClassName
{
border-color: #F42521;
}
.TagClassName
{
border-color: #F42521;
}
</style>