Shades of Red Orange #F3341A
Tints of Red Orange #F3341A
RGB
CMYK
RGB Variations
Color information
#F3341A (or 0xF3341A) is known color: Red Orange. HEX triplet: F3, 34 and 1A. RGB value is (243,52,26). Sum of RGB (Red+Green+Blue) = 243+52+26=321 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.70% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 243 - color contains mainly: red. Hex color #F3341A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3341A is #0CCBE5. Grayscale: #6A6A6A. Windows color (decimal): -838630 or 1717491. OLE color: 1717491.
HSL color Cylindrical-coordinate representation of color #F3341A: hue angle of 7.19º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F3341A is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 26 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.05 |
| HSL | 7.19º | 0.9% | 0.53% | - |
| HSV(B) | 7.19º | 0.89% | 0.95% | - |
| XYZ | 38.38 | 21.59 | 3.12 | - |
| YUV | 106.15 | 82.78 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 26 | 0 | 0.79 | 0.89 | 0.05 | 7.19 | 0.9 | 0.53 |
| Hex | F3 | 34 | 1A | 0 | 4F | 59 | 5 | 7 | 5A | 35 |
| Octal | 363 | 64 | 32 | 0 | 117 | 131 | 5 | 7 | 132 | 65 |
| Binary | 11110011 | 110100 | 11010 | 0 | 1001111 | 1011001 | 101 | 111 | 1011010 | 110101 |
Color Harmonies of #F3341A
Complementary color
Monochromatic Colors of #F3341A
Black with #F3341A
Text Example
Text Example
White with #F3341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3341A; }
p { color: rgb(243,52,26); }
H1.HeaderClassName
{
color: #F3341A;
}
.AnyTagClassName
{
color: #F3341A;
}
</style>
background-color css
<style>
a { background-color: #F3341A; }
a { background-color: rgb(243,52,26); }
div.DivClassName
{
background-color: #F3341A;
}
.BgClassName
{
background-color: #F3341A;
}
</style>
border-color css
<style>
span { border-color: #F3341A; }
span { border-color: rgb(243,52,26); }
td.TdClassName
{
border-color: #F3341A;
}
.TagClassName
{
border-color: #F3341A;
}
</style>