Shades of Orange Red #F34313
Tints of Orange Red #F34313
RGB
CMYK
RGB Variations
Color information
#F34313 (or 0xF34313) is known color: Orange Red. HEX triplet: F3, 43 and 13. RGB value is (243,67,19). Sum of RGB (Red+Green+Blue) = 243+67+19=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F34313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34313 is #0CBCEC. Grayscale: #727272. Windows color (decimal): -834797 or 1262579. OLE color: 1262579.
HSL color Cylindrical-coordinate representation of color #F34313: hue angle of 12.86º 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 #F34313 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 67 | 19 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.05 |
| HSL | 12.86º | 0.9% | 0.51% | - |
| HSV(B) | 12.86º | 0.92% | 0.95% | - |
| XYZ | 39.09 | 23.12 | 3.02 | - |
| YUV | 114.15 | 74.31 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 67 | 19 | 0 | 0.72 | 0.92 | 0.05 | 12.86 | 0.9 | 0.51 |
| Hex | F3 | 43 | 13 | 0 | 48 | 5C | 5 | D | 5A | 33 |
| Octal | 363 | 103 | 23 | 0 | 110 | 134 | 5 | 15 | 132 | 63 |
| Binary | 11110011 | 1000011 | 10011 | 0 | 1001000 | 1011100 | 101 | 1101 | 1011010 | 110011 |
Color Harmonies of #F34313
Complementary color
Monochromatic Colors of #F34313
Black with #F34313
Text Example
Text Example
White with #F34313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34313; }
p { color: rgb(243,67,19); }
H1.HeaderClassName
{
color: #F34313;
}
.AnyTagClassName
{
color: #F34313;
}
</style>
background-color css
<style>
a { background-color: #F34313; }
a { background-color: rgb(243,67,19); }
div.DivClassName
{
background-color: #F34313;
}
.BgClassName
{
background-color: #F34313;
}
</style>
border-color css
<style>
span { border-color: #F34313; }
span { border-color: rgb(243,67,19); }
td.TdClassName
{
border-color: #F34313;
}
.TagClassName
{
border-color: #F34313;
}
</style>