Shades of Red Orange #F3431E
Tints of Red Orange #F3431E
RGB
CMYK
RGB Variations
Color information
#F3431E (or 0xF3431E) is known color: Red Orange. HEX triplet: F3, 43 and 1E. RGB value is (243,67,30). Sum of RGB (Red+Green+Blue) = 243+67+30=340 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.47% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 243 - color contains mainly: red. Hex color #F3431E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3431E is #0CBCE1. Grayscale: #737373. Windows color (decimal): -834786 or 1983475. OLE color: 1983475.
HSL color Cylindrical-coordinate representation of color #F3431E: hue angle of 10.42º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3431E is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 67 | 30 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.05 |
| HSL | 10.42º | 0.9% | 0.54% | - |
| HSV(B) | 10.42º | 0.88% | 0.95% | - |
| XYZ | 39.2 | 23.16 | 3.63 | - |
| YUV | 115.41 | 79.81 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 67 | 30 | 0 | 0.72 | 0.88 | 0.05 | 10.42 | 0.9 | 0.54 |
| Hex | F3 | 43 | 1E | 0 | 48 | 58 | 5 | A | 5A | 36 |
| Octal | 363 | 103 | 36 | 0 | 110 | 130 | 5 | 12 | 132 | 66 |
| Binary | 11110011 | 1000011 | 11110 | 0 | 1001000 | 1011000 | 101 | 1010 | 1011010 | 110110 |
Color Harmonies of #F3431E
Complementary color
Monochromatic Colors of #F3431E
Black with #F3431E
Text Example
Text Example
White with #F3431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3431E; }
p { color: rgb(243,67,30); }
H1.HeaderClassName
{
color: #F3431E;
}
.AnyTagClassName
{
color: #F3431E;
}
</style>
background-color css
<style>
a { background-color: #F3431E; }
a { background-color: rgb(243,67,30); }
div.DivClassName
{
background-color: #F3431E;
}
.BgClassName
{
background-color: #F3431E;
}
</style>
border-color css
<style>
span { border-color: #F3431E; }
span { border-color: rgb(243,67,30); }
td.TdClassName
{
border-color: #F3431E;
}
.TagClassName
{
border-color: #F3431E;
}
</style>