Shades of Orange Red #F33818
Tints of Orange Red #F33818
RGB
CMYK
RGB Variations
Color information
#F33818 (or 0xF33818) is known color: Orange Red. HEX triplet: F3, 38 and 18. RGB value is (243,56,24). Sum of RGB (Red+Green+Blue) = 243+56+24=323 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.23% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 243 - color contains mainly: red. Hex color #F33818 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33818 is #0CC7E7. Grayscale: #6C6C6C. Windows color (decimal): -837608 or 1587443. OLE color: 1587443.
HSL color Cylindrical-coordinate representation of color #F33818: hue angle of 8.77º 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 #F33818 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 56 | 24 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.05 |
| HSL | 8.77º | 0.9% | 0.52% | - |
| HSV(B) | 8.77º | 0.9% | 0.95% | - |
| XYZ | 38.54 | 21.95 | 3.07 | - |
| YUV | 108.27 | 80.45 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 56 | 24 | 0 | 0.77 | 0.90 | 0.05 | 8.77 | 0.9 | 0.52 |
| Hex | F3 | 38 | 18 | 0 | 4D | 5A | 5 | 9 | 5A | 34 |
| Octal | 363 | 70 | 30 | 0 | 115 | 132 | 5 | 11 | 132 | 64 |
| Binary | 11110011 | 111000 | 11000 | 0 | 1001101 | 1011010 | 101 | 1001 | 1011010 | 110100 |
Color Harmonies of #F33818
Complementary color
Monochromatic Colors of #F33818
Black with #F33818
Text Example
Text Example
White with #F33818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33818; }
p { color: rgb(243,56,24); }
H1.HeaderClassName
{
color: #F33818;
}
.AnyTagClassName
{
color: #F33818;
}
</style>
background-color css
<style>
a { background-color: #F33818; }
a { background-color: rgb(243,56,24); }
div.DivClassName
{
background-color: #F33818;
}
.BgClassName
{
background-color: #F33818;
}
</style>
border-color css
<style>
span { border-color: #F33818; }
span { border-color: rgb(243,56,24); }
td.TdClassName
{
border-color: #F33818;
}
.TagClassName
{
border-color: #F33818;
}
</style>