Shades of Red Orange #F22D1D
Tints of Red Orange #F22D1D
RGB
CMYK
RGB Variations
Color information
#F22D1D (or 0xF22D1D) is known color: Red Orange. HEX triplet: F2, 2D and 1D. RGB value is (242,45,29). Sum of RGB (Red+Green+Blue) = 242+45+29=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22D1D is #0DD2E2. Grayscale: #666666. Windows color (decimal): -905955 or 1912306. OLE color: 1912306.
HSL color Cylindrical-coordinate representation of color #F22D1D: hue angle of 4.51º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F22D1D is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 45 | 29 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.05 |
| HSL | 4.51º | 0.89% | 0.53% | - |
| HSV(B) | 4.51º | 0.88% | 0.95% | - |
| XYZ | 37.78 | 20.84 | 3.19 | - |
| YUV | 102.08 | 86.77 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 45 | 29 | 0 | 0.81 | 0.88 | 0.05 | 4.51 | 0.89 | 0.53 |
| Hex | F2 | 2D | 1D | 0 | 51 | 58 | 5 | 5 | 59 | 35 |
| Octal | 362 | 55 | 35 | 0 | 121 | 130 | 5 | 5 | 131 | 65 |
| Binary | 11110010 | 101101 | 11101 | 0 | 1010001 | 1011000 | 101 | 101 | 1011001 | 110101 |
Color Harmonies of #F22D1D
Complementary color
Monochromatic Colors of #F22D1D
Black with #F22D1D
Text Example
Text Example
White with #F22D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22D1D; }
p { color: rgb(242,45,29); }
H1.HeaderClassName
{
color: #F22D1D;
}
.AnyTagClassName
{
color: #F22D1D;
}
</style>
background-color css
<style>
a { background-color: #F22D1D; }
a { background-color: rgb(242,45,29); }
div.DivClassName
{
background-color: #F22D1D;
}
.BgClassName
{
background-color: #F22D1D;
}
</style>
border-color css
<style>
span { border-color: #F22D1D; }
span { border-color: rgb(242,45,29); }
td.TdClassName
{
border-color: #F22D1D;
}
.TagClassName
{
border-color: #F22D1D;
}
</style>