Shades of Orange Red #F33918
Tints of Orange Red #F33918
RGB
CMYK
RGB Variations
Color information
#F33918 (or 0xF33918) is known color: Orange Red. HEX triplet: F3, 39 and 18. RGB value is (243,57,24). Sum of RGB (Red+Green+Blue) = 243+57+24=324 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 243 - color contains mainly: red. Hex color #F33918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33918 is #0CC6E7. Grayscale: #6D6D6D. Windows color (decimal): -837352 or 1587699. OLE color: 1587699.
HSL color Cylindrical-coordinate representation of color #F33918: hue angle of 9.04º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F33918 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 24 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.05 |
| HSL | 9.04º | 0.9% | 0.52% | - |
| HSV(B) | 9.04º | 0.9% | 0.95% | - |
| XYZ | 38.59 | 22.05 | 3.09 | - |
| YUV | 108.85 | 80.12 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 24 | 0 | 0.77 | 0.90 | 0.05 | 9.04 | 0.9 | 0.52 |
| Hex | F3 | 39 | 18 | 0 | 4D | 5A | 5 | 9 | 5A | 34 |
| Octal | 363 | 71 | 30 | 0 | 115 | 132 | 5 | 11 | 132 | 64 |
| Binary | 11110011 | 111001 | 11000 | 0 | 1001101 | 1011010 | 101 | 1001 | 1011010 | 110100 |
Color Harmonies of #F33918
Complementary color
Monochromatic Colors of #F33918
Black with #F33918
Text Example
Text Example
White with #F33918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33918; }
p { color: rgb(243,57,24); }
H1.HeaderClassName
{
color: #F33918;
}
.AnyTagClassName
{
color: #F33918;
}
</style>
background-color css
<style>
a { background-color: #F33918; }
a { background-color: rgb(243,57,24); }
div.DivClassName
{
background-color: #F33918;
}
.BgClassName
{
background-color: #F33918;
}
</style>
border-color css
<style>
span { border-color: #F33918; }
span { border-color: rgb(243,57,24); }
td.TdClassName
{
border-color: #F33918;
}
.TagClassName
{
border-color: #F33918;
}
</style>