Shades of Red Orange #F3452D
Tints of Red Orange #F3452D
RGB
CMYK
RGB Variations
Color information
#F3452D (or 0xF3452D) is known color: Red Orange. HEX triplet: F3, 45 and 2D. RGB value is (243,69,45). Sum of RGB (Red+Green+Blue) = 243+69+45=357 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.07% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 243 - color contains mainly: red. Hex color #F3452D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3452D is #0CBAD2. Grayscale: #767676. Windows color (decimal): -834259 or 2967027. OLE color: 2967027.
HSL color Cylindrical-coordinate representation of color #F3452D: hue angle of 7.27º 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 #F3452D is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 69 | 45 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.05 |
| HSL | 7.27º | 0.89% | 0.56% | - |
| HSV(B) | 7.27º | 0.81% | 0.95% | - |
| XYZ | 39.56 | 23.5 | 4.93 | - |
| YUV | 118.29 | 86.65 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 69 | 45 | 0 | 0.72 | 0.81 | 0.05 | 7.27 | 0.89 | 0.56 |
| Hex | F3 | 45 | 2D | 0 | 48 | 51 | 5 | 7 | 59 | 38 |
| Octal | 363 | 105 | 55 | 0 | 110 | 121 | 5 | 7 | 131 | 70 |
| Binary | 11110011 | 1000101 | 101101 | 0 | 1001000 | 1010001 | 101 | 111 | 1011001 | 111000 |
Color Harmonies of #F3452D
Complementary color
Monochromatic Colors of #F3452D
Black with #F3452D
Text Example
Text Example
White with #F3452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3452D; }
p { color: rgb(243,69,45); }
H1.HeaderClassName
{
color: #F3452D;
}
.AnyTagClassName
{
color: #F3452D;
}
</style>
background-color css
<style>
a { background-color: #F3452D; }
a { background-color: rgb(243,69,45); }
div.DivClassName
{
background-color: #F3452D;
}
.BgClassName
{
background-color: #F3452D;
}
</style>
border-color css
<style>
span { border-color: #F3452D; }
span { border-color: rgb(243,69,45); }
td.TdClassName
{
border-color: #F3452D;
}
.TagClassName
{
border-color: #F3452D;
}
</style>