Shades of Red Orange #F22C2B
Tints of Red Orange #F22C2B
RGB
CMYK
RGB Variations
Color information
#F22C2B (or 0xF22C2B) is known color: Red Orange. HEX triplet: F2, 2C and 2B. RGB value is (242,44,43). Sum of RGB (Red+Green+Blue) = 242+44+43=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22C2B is #0DD3D4. Grayscale: #676767. Windows color (decimal): -906197 or 2829554. OLE color: 2829554.
HSL color Cylindrical-coordinate representation of color #F22C2B: hue angle of 0.3º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F22C2B is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 43 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.05 |
| HSL | 0.3º | 0.88% | 0.56% | - |
| HSV(B) | 0.3º | 0.82% | 0.95% | - |
| XYZ | 37.95 | 20.85 | 4.31 | - |
| YUV | 103.09 | 94.1 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 43 | 0 | 0.82 | 0.82 | 0.05 | 0.3 | 0.88 | 0.56 |
| Hex | F2 | 2C | 2B | 0 | 52 | 52 | 5 | 0 | 58 | 38 |
| Octal | 362 | 54 | 53 | 0 | 122 | 122 | 5 | 0 | 130 | 70 |
| Binary | 11110010 | 101100 | 101011 | 0 | 1010010 | 1010010 | 101 | 0 | 1011000 | 111000 |
Color Harmonies of #F22C2B
Complementary color
Monochromatic Colors of #F22C2B
Black with #F22C2B
Text Example
Text Example
White with #F22C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C2B; }
p { color: rgb(242,44,43); }
H1.HeaderClassName
{
color: #F22C2B;
}
.AnyTagClassName
{
color: #F22C2B;
}
</style>
background-color css
<style>
a { background-color: #F22C2B; }
a { background-color: rgb(242,44,43); }
div.DivClassName
{
background-color: #F22C2B;
}
.BgClassName
{
background-color: #F22C2B;
}
</style>
border-color css
<style>
span { border-color: #F22C2B; }
span { border-color: rgb(242,44,43); }
td.TdClassName
{
border-color: #F22C2B;
}
.TagClassName
{
border-color: #F22C2B;
}
</style>