Shades of Red Orange #F12323
Tints of Red Orange #F12323
RGB
CMYK
RGB Variations
Color information
#F12323 (or 0xF12323) is known color: Red Orange. HEX triplet: F1, 23 and 23. RGB value is (241,35,35). Sum of RGB (Red+Green+Blue) = 241+35+35=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F12323 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12323 is #0EDCDC. Grayscale: #606060. Windows color (decimal): -974045 or 2302961. OLE color: 2302961.
HSL color Cylindrical-coordinate representation of color #F12323: hue angle of 0º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12323 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 35 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.05 |
| HSL | 0º | 0.88% | 0.54% | - |
| HSV(B) | 0º | 0.85% | 0.95% | - |
| XYZ | 37.18 | 20.02 | 3.5 | - |
| YUV | 96.59 | 93.25 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 35 | 0 | 0.85 | 0.85 | 0.05 | 0 | 0.88 | 0.54 |
| Hex | F1 | 23 | 23 | 0 | 55 | 55 | 5 | 0 | 58 | 36 |
| Octal | 361 | 43 | 43 | 0 | 125 | 125 | 5 | 0 | 130 | 66 |
| Binary | 11110001 | 100011 | 100011 | 0 | 1010101 | 1010101 | 101 | 0 | 1011000 | 110110 |
Color Harmonies of #F12323
Complementary color
Monochromatic Colors of #F12323
Black with #F12323
Text Example
Text Example
White with #F12323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12323; }
p { color: rgb(241,35,35); }
H1.HeaderClassName
{
color: #F12323;
}
.AnyTagClassName
{
color: #F12323;
}
</style>
background-color css
<style>
a { background-color: #F12323; }
a { background-color: rgb(241,35,35); }
div.DivClassName
{
background-color: #F12323;
}
.BgClassName
{
background-color: #F12323;
}
</style>
border-color css
<style>
span { border-color: #F12323; }
span { border-color: rgb(241,35,35); }
td.TdClassName
{
border-color: #F12323;
}
.TagClassName
{
border-color: #F12323;
}
</style>