Shades of Orange Red #F3441B
Tints of Orange Red #F3441B
RGB
CMYK
RGB Variations
Color information
#F3441B (or 0xF3441B) is known color: Orange Red. HEX triplet: F3, 44 and 1B. RGB value is (243,68,27). Sum of RGB (Red+Green+Blue) = 243+68+27=338 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.89% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 243 - color contains mainly: red. Hex color #F3441B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3441B is #0CBBE4. Grayscale: #737373. Windows color (decimal): -834533 or 1787123. OLE color: 1787123.
HSL color Cylindrical-coordinate representation of color #F3441B: hue angle of 11.39º 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 #F3441B is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 68 | 27 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.05 |
| HSL | 11.39º | 0.9% | 0.53% | - |
| HSV(B) | 11.39º | 0.89% | 0.95% | - |
| XYZ | 39.23 | 23.27 | 3.46 | - |
| YUV | 115.65 | 77.98 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 68 | 27 | 0 | 0.72 | 0.89 | 0.05 | 11.39 | 0.9 | 0.53 |
| Hex | F3 | 44 | 1B | 0 | 48 | 59 | 5 | B | 5A | 35 |
| Octal | 363 | 104 | 33 | 0 | 110 | 131 | 5 | 13 | 132 | 65 |
| Binary | 11110011 | 1000100 | 11011 | 0 | 1001000 | 1011001 | 101 | 1011 | 1011010 | 110101 |
Color Harmonies of #F3441B
Complementary color
Monochromatic Colors of #F3441B
Black with #F3441B
Text Example
Text Example
White with #F3441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3441B; }
p { color: rgb(243,68,27); }
H1.HeaderClassName
{
color: #F3441B;
}
.AnyTagClassName
{
color: #F3441B;
}
</style>
background-color css
<style>
a { background-color: #F3441B; }
a { background-color: rgb(243,68,27); }
div.DivClassName
{
background-color: #F3441B;
}
.BgClassName
{
background-color: #F3441B;
}
</style>
border-color css
<style>
span { border-color: #F3441B; }
span { border-color: rgb(243,68,27); }
td.TdClassName
{
border-color: #F3441B;
}
.TagClassName
{
border-color: #F3441B;
}
</style>