Shades of Orange Red #F2421A
Tints of Orange Red #F2421A
RGB
CMYK
RGB Variations
Color information
#F2421A (or 0xF2421A) is known color: Orange Red. HEX triplet: F2, 42 and 1A. RGB value is (242,66,26). Sum of RGB (Red+Green+Blue) = 242+66+26=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F2421A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2421A is #0DBDE5. Grayscale: #727272. Windows color (decimal): -900582 or 1721074. OLE color: 1721074.
HSL color Cylindrical-coordinate representation of color #F2421A: hue angle of 11.11º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2421A is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 26 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.05 |
| HSL | 11.11º | 0.89% | 0.53% | - |
| HSV(B) | 11.11º | 0.89% | 0.95% | - |
| XYZ | 38.75 | 22.85 | 3.34 | - |
| YUV | 114.06 | 78.31 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 26 | 0 | 0.73 | 0.89 | 0.05 | 11.11 | 0.89 | 0.53 |
| Hex | F2 | 42 | 1A | 0 | 49 | 59 | 5 | B | 59 | 35 |
| Octal | 362 | 102 | 32 | 0 | 111 | 131 | 5 | 13 | 131 | 65 |
| Binary | 11110010 | 1000010 | 11010 | 0 | 1001001 | 1011001 | 101 | 1011 | 1011001 | 110101 |
Color Harmonies of #F2421A
Complementary color
Monochromatic Colors of #F2421A
Black with #F2421A
Text Example
Text Example
White with #F2421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2421A; }
p { color: rgb(242,66,26); }
H1.HeaderClassName
{
color: #F2421A;
}
.AnyTagClassName
{
color: #F2421A;
}
</style>
background-color css
<style>
a { background-color: #F2421A; }
a { background-color: rgb(242,66,26); }
div.DivClassName
{
background-color: #F2421A;
}
.BgClassName
{
background-color: #F2421A;
}
</style>
border-color css
<style>
span { border-color: #F2421A; }
span { border-color: rgb(242,66,26); }
td.TdClassName
{
border-color: #F2421A;
}
.TagClassName
{
border-color: #F2421A;
}
</style>