Shades of Red Orange #F23C27
Tints of Red Orange #F23C27
RGB
CMYK
RGB Variations
Color information
#F23C27 (or 0xF23C27) is known color: Red Orange. HEX triplet: F2, 3C and 27. RGB value is (242,60,39). Sum of RGB (Red+Green+Blue) = 242+60+39=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23C27 is #0DC3D8. Grayscale: #707070. Windows color (decimal): -902105 or 2571506. OLE color: 2571506.
HSL color Cylindrical-coordinate representation of color #F23C27: hue angle of 6.21º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F23C27 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 39 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.05 |
| HSL | 6.21º | 0.89% | 0.55% | - |
| HSV(B) | 6.21º | 0.84% | 0.95% | - |
| XYZ | 38.6 | 22.26 | 4.18 | - |
| YUV | 112.02 | 86.8 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 39 | 0 | 0.75 | 0.84 | 0.05 | 6.21 | 0.89 | 0.55 |
| Hex | F2 | 3C | 27 | 0 | 4B | 54 | 5 | 6 | 59 | 37 |
| Octal | 362 | 74 | 47 | 0 | 113 | 124 | 5 | 6 | 131 | 67 |
| Binary | 11110010 | 111100 | 100111 | 0 | 1001011 | 1010100 | 101 | 110 | 1011001 | 110111 |
Color Harmonies of #F23C27
Complementary color
Monochromatic Colors of #F23C27
Black with #F23C27
Text Example
Text Example
White with #F23C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C27; }
p { color: rgb(242,60,39); }
H1.HeaderClassName
{
color: #F23C27;
}
.AnyTagClassName
{
color: #F23C27;
}
</style>
background-color css
<style>
a { background-color: #F23C27; }
a { background-color: rgb(242,60,39); }
div.DivClassName
{
background-color: #F23C27;
}
.BgClassName
{
background-color: #F23C27;
}
</style>
border-color css
<style>
span { border-color: #F23C27; }
span { border-color: rgb(242,60,39); }
td.TdClassName
{
border-color: #F23C27;
}
.TagClassName
{
border-color: #F23C27;
}
</style>