Shades of Red Orange #F23223
Tints of Red Orange #F23223
RGB
CMYK
RGB Variations
Color information
#F23223 (or 0xF23223) is known color: Red Orange. HEX triplet: F2, 32 and 23. RGB value is (242,50,35). Sum of RGB (Red+Green+Blue) = 242+50+35=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F23223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23223 is #0DCDDC. Grayscale: #696969. Windows color (decimal): -904669 or 2306802. OLE color: 2306802.
HSL color Cylindrical-coordinate representation of color #F23223: hue angle of 4.35º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F23223 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 35 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.05 |
| HSL | 4.35º | 0.89% | 0.54% | - |
| HSV(B) | 4.35º | 0.86% | 0.95% | - |
| XYZ | 38.06 | 21.28 | 3.69 | - |
| YUV | 105.7 | 88.11 | 225.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 35 | 0 | 0.79 | 0.86 | 0.05 | 4.35 | 0.89 | 0.54 |
| Hex | F2 | 32 | 23 | 0 | 4F | 56 | 5 | 4 | 59 | 36 |
| Octal | 362 | 62 | 43 | 0 | 117 | 126 | 5 | 4 | 131 | 66 |
| Binary | 11110010 | 110010 | 100011 | 0 | 1001111 | 1010110 | 101 | 100 | 1011001 | 110110 |
Color Harmonies of #F23223
Complementary color
Monochromatic Colors of #F23223
Black with #F23223
Text Example
Text Example
White with #F23223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23223; }
p { color: rgb(242,50,35); }
H1.HeaderClassName
{
color: #F23223;
}
.AnyTagClassName
{
color: #F23223;
}
</style>
background-color css
<style>
a { background-color: #F23223; }
a { background-color: rgb(242,50,35); }
div.DivClassName
{
background-color: #F23223;
}
.BgClassName
{
background-color: #F23223;
}
</style>
border-color css
<style>
span { border-color: #F23223; }
span { border-color: rgb(242,50,35); }
td.TdClassName
{
border-color: #F23223;
}
.TagClassName
{
border-color: #F23223;
}
</style>