Shades of Red Orange #F3481D
Tints of Red Orange #F3481D
RGB
CMYK
RGB Variations
Color information
#F3481D (or 0xF3481D) is known color: Red Orange. HEX triplet: F3, 48 and 1D. RGB value is (243,72,29). Sum of RGB (Red+Green+Blue) = 243+72+29=344 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.64% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 243 - color contains mainly: red. Hex color #F3481D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3481D is #0CB7E2. Grayscale: #767676. Windows color (decimal): -833507 or 1919219. OLE color: 1919219.
HSL color Cylindrical-coordinate representation of color #F3481D: hue angle of 12.06º 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 #F3481D is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 72 | 29 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.05 |
| HSL | 12.06º | 0.9% | 0.53% | - |
| HSV(B) | 12.06º | 0.88% | 0.95% | - |
| XYZ | 39.5 | 23.78 | 3.67 | - |
| YUV | 118.23 | 77.65 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 29 | 0 | 0.70 | 0.88 | 0.05 | 12.06 | 0.9 | 0.53 |
| Hex | F3 | 48 | 1D | 0 | 46 | 58 | 5 | C | 5A | 35 |
| Octal | 363 | 110 | 35 | 0 | 106 | 130 | 5 | 14 | 132 | 65 |
| Binary | 11110011 | 1001000 | 11101 | 0 | 1000110 | 1011000 | 101 | 1100 | 1011010 | 110101 |
Color Harmonies of #F3481D
Complementary color
Monochromatic Colors of #F3481D
Black with #F3481D
Text Example
Text Example
White with #F3481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3481D; }
p { color: rgb(243,72,29); }
H1.HeaderClassName
{
color: #F3481D;
}
.AnyTagClassName
{
color: #F3481D;
}
</style>
background-color css
<style>
a { background-color: #F3481D; }
a { background-color: rgb(243,72,29); }
div.DivClassName
{
background-color: #F3481D;
}
.BgClassName
{
background-color: #F3481D;
}
</style>
border-color css
<style>
span { border-color: #F3481D; }
span { border-color: rgb(243,72,29); }
td.TdClassName
{
border-color: #F3481D;
}
.TagClassName
{
border-color: #F3481D;
}
</style>