Shades of Orange Red #F23913
Tints of Orange Red #F23913
RGB
CMYK
RGB Variations
Color information
#F23913 (or 0xF23913) is known color: Orange Red. HEX triplet: F2, 39 and 13. RGB value is (242,57,19). Sum of RGB (Red+Green+Blue) = 242+57+19=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F23913 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23913 is #0DC6EC. Grayscale: #6C6C6C. Windows color (decimal): -902893 or 1260018. OLE color: 1260018.
HSL color Cylindrical-coordinate representation of color #F23913: hue angle of 10.22º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F23913 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 19 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.05 |
| HSL | 10.22º | 0.9% | 0.51% | - |
| HSV(B) | 10.22º | 0.92% | 0.95% | - |
| XYZ | 38.2 | 21.85 | 2.82 | - |
| YUV | 107.98 | 77.79 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 19 | 0 | 0.76 | 0.92 | 0.05 | 10.22 | 0.9 | 0.51 |
| Hex | F2 | 39 | 13 | 0 | 4C | 5C | 5 | A | 5A | 33 |
| Octal | 362 | 71 | 23 | 0 | 114 | 134 | 5 | 12 | 132 | 63 |
| Binary | 11110010 | 111001 | 10011 | 0 | 1001100 | 1011100 | 101 | 1010 | 1011010 | 110011 |
Color Harmonies of #F23913
Complementary color
Monochromatic Colors of #F23913
Black with #F23913
Text Example
Text Example
White with #F23913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23913; }
p { color: rgb(242,57,19); }
H1.HeaderClassName
{
color: #F23913;
}
.AnyTagClassName
{
color: #F23913;
}
</style>
background-color css
<style>
a { background-color: #F23913; }
a { background-color: rgb(242,57,19); }
div.DivClassName
{
background-color: #F23913;
}
.BgClassName
{
background-color: #F23913;
}
</style>
border-color css
<style>
span { border-color: #F23913; }
span { border-color: rgb(242,57,19); }
td.TdClassName
{
border-color: #F23913;
}
.TagClassName
{
border-color: #F23913;
}
</style>