Shades of Red Orange #F3471C
Tints of Red Orange #F3471C
RGB
CMYK
RGB Variations
Color information
#F3471C (or 0xF3471C) is known color: Red Orange. HEX triplet: F3, 47 and 1C. RGB value is (243,71,28). Sum of RGB (Red+Green+Blue) = 243+71+28=342 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.05% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 243 - color contains mainly: red. Hex color #F3471C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3471C is #0CB8E3. Grayscale: #757575. Windows color (decimal): -833764 or 1853427. OLE color: 1853427.
HSL color Cylindrical-coordinate representation of color #F3471C: hue angle of 12º 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 #F3471C is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 71 | 28 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.05 |
| HSL | 12º | 0.9% | 0.53% | - |
| HSV(B) | 12º | 0.88% | 0.95% | - |
| XYZ | 39.42 | 23.65 | 3.58 | - |
| YUV | 117.53 | 77.48 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 71 | 28 | 0 | 0.71 | 0.88 | 0.05 | 12 | 0.9 | 0.53 |
| Hex | F3 | 47 | 1C | 0 | 47 | 58 | 5 | C | 5A | 35 |
| Octal | 363 | 107 | 34 | 0 | 107 | 130 | 5 | 14 | 132 | 65 |
| Binary | 11110011 | 1000111 | 11100 | 0 | 1000111 | 1011000 | 101 | 1100 | 1011010 | 110101 |
Color Harmonies of #F3471C
Complementary color
Monochromatic Colors of #F3471C
Black with #F3471C
Text Example
Text Example
White with #F3471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3471C; }
p { color: rgb(243,71,28); }
H1.HeaderClassName
{
color: #F3471C;
}
.AnyTagClassName
{
color: #F3471C;
}
</style>
background-color css
<style>
a { background-color: #F3471C; }
a { background-color: rgb(243,71,28); }
div.DivClassName
{
background-color: #F3471C;
}
.BgClassName
{
background-color: #F3471C;
}
</style>
border-color css
<style>
span { border-color: #F3471C; }
span { border-color: rgb(243,71,28); }
td.TdClassName
{
border-color: #F3471C;
}
.TagClassName
{
border-color: #F3471C;
}
</style>