Shades of Red Orange #F3321C
Tints of Red Orange #F3321C
RGB
CMYK
RGB Variations
Color information
#F3321C (or 0xF3321C) is known color: Red Orange. HEX triplet: F3, 32 and 1C. RGB value is (243,50,28). Sum of RGB (Red+Green+Blue) = 243+50+28=321 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.70% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 243 - color contains mainly: red. Hex color #F3321C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3321C is #0CCDE3. Grayscale: #696969. Windows color (decimal): -839140 or 1848051. OLE color: 1848051.
HSL color Cylindrical-coordinate representation of color #F3321C: hue angle of 6.14º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3321C is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 50 | 28 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.05 |
| HSL | 6.14º | 0.9% | 0.53% | - |
| HSV(B) | 6.14º | 0.88% | 0.95% | - |
| XYZ | 38.31 | 21.42 | 3.21 | - |
| YUV | 105.2 | 84.44 | 226.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 50 | 28 | 0 | 0.79 | 0.88 | 0.05 | 6.14 | 0.9 | 0.53 |
| Hex | F3 | 32 | 1C | 0 | 4F | 58 | 5 | 6 | 5A | 35 |
| Octal | 363 | 62 | 34 | 0 | 117 | 130 | 5 | 6 | 132 | 65 |
| Binary | 11110011 | 110010 | 11100 | 0 | 1001111 | 1011000 | 101 | 110 | 1011010 | 110101 |
Color Harmonies of #F3321C
Complementary color
Monochromatic Colors of #F3321C
Black with #F3321C
Text Example
Text Example
White with #F3321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3321C; }
p { color: rgb(243,50,28); }
H1.HeaderClassName
{
color: #F3321C;
}
.AnyTagClassName
{
color: #F3321C;
}
</style>
background-color css
<style>
a { background-color: #F3321C; }
a { background-color: rgb(243,50,28); }
div.DivClassName
{
background-color: #F3321C;
}
.BgClassName
{
background-color: #F3321C;
}
</style>
border-color css
<style>
span { border-color: #F3321C; }
span { border-color: rgb(243,50,28); }
td.TdClassName
{
border-color: #F3321C;
}
.TagClassName
{
border-color: #F3321C;
}
</style>