Shades of Red Orange #F3442D
Tints of Red Orange #F3442D
RGB
CMYK
RGB Variations
Color information
#F3442D (or 0xF3442D) is known color: Red Orange. HEX triplet: F3, 44 and 2D. RGB value is (243,68,45). Sum of RGB (Red+Green+Blue) = 243+68+45=356 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.26% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 243 - color contains mainly: red. Hex color #F3442D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3442D is #0CBBD2. Grayscale: #757575. Windows color (decimal): -834515 or 2966771. OLE color: 2966771.
HSL color Cylindrical-coordinate representation of color #F3442D: hue angle of 6.97º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3442D is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 68 | 45 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.05 |
| HSL | 6.97º | 0.89% | 0.56% | - |
| HSV(B) | 6.97º | 0.81% | 0.95% | - |
| XYZ | 39.5 | 23.38 | 4.91 | - |
| YUV | 117.7 | 86.98 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 68 | 45 | 0 | 0.72 | 0.81 | 0.05 | 6.97 | 0.89 | 0.56 |
| Hex | F3 | 44 | 2D | 0 | 48 | 51 | 5 | 7 | 59 | 38 |
| Octal | 363 | 104 | 55 | 0 | 110 | 121 | 5 | 7 | 131 | 70 |
| Binary | 11110011 | 1000100 | 101101 | 0 | 1001000 | 1010001 | 101 | 111 | 1011001 | 111000 |
Color Harmonies of #F3442D
Complementary color
Monochromatic Colors of #F3442D
Black with #F3442D
Text Example
Text Example
White with #F3442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3442D; }
p { color: rgb(243,68,45); }
H1.HeaderClassName
{
color: #F3442D;
}
.AnyTagClassName
{
color: #F3442D;
}
</style>
background-color css
<style>
a { background-color: #F3442D; }
a { background-color: rgb(243,68,45); }
div.DivClassName
{
background-color: #F3442D;
}
.BgClassName
{
background-color: #F3442D;
}
</style>
border-color css
<style>
span { border-color: #F3442D; }
span { border-color: rgb(243,68,45); }
td.TdClassName
{
border-color: #F3442D;
}
.TagClassName
{
border-color: #F3442D;
}
</style>