Shades of Red Orange #F23C1F
Tints of Red Orange #F23C1F
RGB
CMYK
RGB Variations
Color information
#F23C1F (or 0xF23C1F) is known color: Red Orange. HEX triplet: F2, 3C and 1F. RGB value is (242,60,31). Sum of RGB (Red+Green+Blue) = 242+60+31=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23C1F is #0DC3E0. Grayscale: #6F6F6F. Windows color (decimal): -902113 or 2047218. OLE color: 2047218.
HSL color Cylindrical-coordinate representation of color #F23C1F: hue angle of 8.25º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F23C1F is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 31 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.05 |
| HSL | 8.25º | 0.89% | 0.54% | - |
| HSV(B) | 8.25º | 0.87% | 0.95% | - |
| XYZ | 38.48 | 22.21 | 3.55 | - |
| YUV | 111.11 | 82.8 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 31 | 0 | 0.75 | 0.87 | 0.05 | 8.25 | 0.89 | 0.54 |
| Hex | F2 | 3C | 1F | 0 | 4B | 57 | 5 | 8 | 59 | 36 |
| Octal | 362 | 74 | 37 | 0 | 113 | 127 | 5 | 10 | 131 | 66 |
| Binary | 11110010 | 111100 | 11111 | 0 | 1001011 | 1010111 | 101 | 1000 | 1011001 | 110110 |
Color Harmonies of #F23C1F
Complementary color
Monochromatic Colors of #F23C1F
Black with #F23C1F
Text Example
Text Example
White with #F23C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C1F; }
p { color: rgb(242,60,31); }
H1.HeaderClassName
{
color: #F23C1F;
}
.AnyTagClassName
{
color: #F23C1F;
}
</style>
background-color css
<style>
a { background-color: #F23C1F; }
a { background-color: rgb(242,60,31); }
div.DivClassName
{
background-color: #F23C1F;
}
.BgClassName
{
background-color: #F23C1F;
}
</style>
border-color css
<style>
span { border-color: #F23C1F; }
span { border-color: rgb(242,60,31); }
td.TdClassName
{
border-color: #F23C1F;
}
.TagClassName
{
border-color: #F23C1F;
}
</style>