Shades of Red Orange #F23C37
Tints of Red Orange #F23C37
RGB
CMYK
RGB Variations
Color information
#F23C37 (or 0xF23C37) is known color: Red Orange. HEX triplet: F2, 3C and 37. RGB value is (242,60,55). Sum of RGB (Red+Green+Blue) = 242+60+55=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23C37 is #0DC3C8. Grayscale: #727272. Windows color (decimal): -902089 or 3620082. OLE color: 3620082.
HSL color Cylindrical-coordinate representation of color #F23C37: hue angle of 1.6º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23C37 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 55 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.05 |
| HSL | 1.6º | 0.88% | 0.58% | - |
| HSV(B) | 1.6º | 0.77% | 0.95% | - |
| XYZ | 38.92 | 22.38 | 5.88 | - |
| YUV | 113.85 | 94.8 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 55 | 0 | 0.75 | 0.77 | 0.05 | 1.6 | 0.88 | 0.58 |
| Hex | F2 | 3C | 37 | 0 | 4B | 4D | 5 | 2 | 58 | 3A |
| Octal | 362 | 74 | 67 | 0 | 113 | 115 | 5 | 2 | 130 | 72 |
| Binary | 11110010 | 111100 | 110111 | 0 | 1001011 | 1001101 | 101 | 10 | 1011000 | 111010 |
Color Harmonies of #F23C37
Complementary color
Monochromatic Colors of #F23C37
Black with #F23C37
Text Example
Text Example
White with #F23C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C37; }
p { color: rgb(242,60,55); }
H1.HeaderClassName
{
color: #F23C37;
}
.AnyTagClassName
{
color: #F23C37;
}
</style>
background-color css
<style>
a { background-color: #F23C37; }
a { background-color: rgb(242,60,55); }
div.DivClassName
{
background-color: #F23C37;
}
.BgClassName
{
background-color: #F23C37;
}
</style>
border-color css
<style>
span { border-color: #F23C37; }
span { border-color: rgb(242,60,55); }
td.TdClassName
{
border-color: #F23C37;
}
.TagClassName
{
border-color: #F23C37;
}
</style>