Shades of Red Orange #F23C2E
Tints of Red Orange #F23C2E
RGB
CMYK
RGB Variations
Color information
#F23C2E (or 0xF23C2E) is known color: Red Orange. HEX triplet: F2, 3C and 2E. RGB value is (242,60,46). Sum of RGB (Red+Green+Blue) = 242+60+46=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23C2E is #0DC3D1. Grayscale: #717171. Windows color (decimal): -902098 or 3030258. OLE color: 3030258.
HSL color Cylindrical-coordinate representation of color #F23C2E: hue angle of 4.29º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F23C2E is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 46 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.05 |
| HSL | 4.29º | 0.88% | 0.56% | - |
| HSV(B) | 4.29º | 0.81% | 0.95% | - |
| XYZ | 38.73 | 22.31 | 4.85 | - |
| YUV | 112.82 | 90.3 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 46 | 0 | 0.75 | 0.81 | 0.05 | 4.29 | 0.88 | 0.56 |
| Hex | F2 | 3C | 2E | 0 | 4B | 51 | 5 | 4 | 58 | 38 |
| Octal | 362 | 74 | 56 | 0 | 113 | 121 | 5 | 4 | 130 | 70 |
| Binary | 11110010 | 111100 | 101110 | 0 | 1001011 | 1010001 | 101 | 100 | 1011000 | 111000 |
Color Harmonies of #F23C2E
Complementary color
Monochromatic Colors of #F23C2E
Black with #F23C2E
Text Example
Text Example
White with #F23C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C2E; }
p { color: rgb(242,60,46); }
H1.HeaderClassName
{
color: #F23C2E;
}
.AnyTagClassName
{
color: #F23C2E;
}
</style>
background-color css
<style>
a { background-color: #F23C2E; }
a { background-color: rgb(242,60,46); }
div.DivClassName
{
background-color: #F23C2E;
}
.BgClassName
{
background-color: #F23C2E;
}
</style>
border-color css
<style>
span { border-color: #F23C2E; }
span { border-color: rgb(242,60,46); }
td.TdClassName
{
border-color: #F23C2E;
}
.TagClassName
{
border-color: #F23C2E;
}
</style>