Shades of Orange Red #F3390D
Tints of Orange Red #F3390D
RGB
CMYK
RGB Variations
Color information
#F3390D (or 0xF3390D) is known color: Orange Red. HEX triplet: F3, 39 and 0D. RGB value is (243,57,13). Sum of RGB (Red+Green+Blue) = 243+57+13=313 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.64% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 243 - color contains mainly: red. Hex color #F3390D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3390D is #0CC6F2. Grayscale: #6B6B6B. Windows color (decimal): -837363 or 866803. OLE color: 866803.
HSL color Cylindrical-coordinate representation of color #F3390D: hue angle of 11.48º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3390D is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 13 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.05 |
| HSL | 11.48º | 0.91% | 0.5% | - |
| HSV(B) | 11.48º | 0.95% | 0.95% | - |
| XYZ | 38.5 | 22.01 | 2.6 | - |
| YUV | 107.6 | 74.62 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 13 | 0 | 0.77 | 0.95 | 0.05 | 11.48 | 0.91 | 0.5 |
| Hex | F3 | 39 | D | 0 | 4D | 5F | 5 | B | 5B | 32 |
| Octal | 363 | 71 | 15 | 0 | 115 | 137 | 5 | 13 | 133 | 62 |
| Binary | 11110011 | 111001 | 1101 | 0 | 1001101 | 1011111 | 101 | 1011 | 1011011 | 110010 |
Color Harmonies of #F3390D
Complementary color
Monochromatic Colors of #F3390D
Black with #F3390D
Text Example
Text Example
White with #F3390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3390D; }
p { color: rgb(243,57,13); }
H1.HeaderClassName
{
color: #F3390D;
}
.AnyTagClassName
{
color: #F3390D;
}
</style>
background-color css
<style>
a { background-color: #F3390D; }
a { background-color: rgb(243,57,13); }
div.DivClassName
{
background-color: #F3390D;
}
.BgClassName
{
background-color: #F3390D;
}
</style>
border-color css
<style>
span { border-color: #F3390D; }
span { border-color: rgb(243,57,13); }
td.TdClassName
{
border-color: #F3390D;
}
.TagClassName
{
border-color: #F3390D;
}
</style>