Shades of Orange Red #F44313
Tints of Orange Red #F44313
RGB
CMYK
RGB Variations
Color information
#F44313 (or 0xF44313) is known color: Orange Red. HEX triplet: F4, 43 and 13. RGB value is (244,67,19). Sum of RGB (Red+Green+Blue) = 244+67+19=330 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.94% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 244 - color contains mainly: red. Hex color #F44313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44313 is #0BBCEC. Grayscale: #727272. Windows color (decimal): -769261 or 1262580. OLE color: 1262580.
HSL color Cylindrical-coordinate representation of color #F44313: hue angle of 12.8º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F44313 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 67 | 19 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.04 |
| HSL | 12.8º | 0.91% | 0.52% | - |
| HSV(B) | 12.8º | 0.92% | 0.96% | - |
| XYZ | 39.43 | 23.29 | 3.03 | - |
| YUV | 114.45 | 74.14 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 67 | 19 | 0 | 0.73 | 0.92 | 0.04 | 12.8 | 0.91 | 0.52 |
| Hex | F4 | 43 | 13 | 0 | 49 | 5C | 4 | D | 5B | 34 |
| Octal | 364 | 103 | 23 | 0 | 111 | 134 | 4 | 15 | 133 | 64 |
| Binary | 11110100 | 1000011 | 10011 | 0 | 1001001 | 1011100 | 100 | 1101 | 1011011 | 110100 |
Color Harmonies of #F44313
Complementary color
Monochromatic Colors of #F44313
Black with #F44313
Text Example
Text Example
White with #F44313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44313; }
p { color: rgb(244,67,19); }
H1.HeaderClassName
{
color: #F44313;
}
.AnyTagClassName
{
color: #F44313;
}
</style>
background-color css
<style>
a { background-color: #F44313; }
a { background-color: rgb(244,67,19); }
div.DivClassName
{
background-color: #F44313;
}
.BgClassName
{
background-color: #F44313;
}
</style>
border-color css
<style>
span { border-color: #F44313; }
span { border-color: rgb(244,67,19); }
td.TdClassName
{
border-color: #F44313;
}
.TagClassName
{
border-color: #F44313;
}
</style>