Shades of Red Orange #F32920
Tints of Red Orange #F32920
RGB
CMYK
RGB Variations
Color information
#F32920 (or 0xF32920) is known color: Red Orange. HEX triplet: F3, 29 and 20. RGB value is (243,41,32). Sum of RGB (Red+Green+Blue) = 243+41+32=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F32920 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32920 is #0CD6DF. Grayscale: #646464. Windows color (decimal): -841440 or 2107891. OLE color: 2107891.
HSL color Cylindrical-coordinate representation of color #F32920: hue angle of 2.56º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F32920 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 32 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.05 |
| HSL | 2.56º | 0.9% | 0.54% | - |
| HSV(B) | 2.56º | 0.87% | 0.95% | - |
| XYZ | 38.02 | 20.74 | 3.37 | - |
| YUV | 100.37 | 89.42 | 229.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 32 | 0 | 0.83 | 0.87 | 0.05 | 2.56 | 0.9 | 0.54 |
| Hex | F3 | 29 | 20 | 0 | 53 | 57 | 5 | 3 | 5A | 36 |
| Octal | 363 | 51 | 40 | 0 | 123 | 127 | 5 | 3 | 132 | 66 |
| Binary | 11110011 | 101001 | 100000 | 0 | 1010011 | 1010111 | 101 | 11 | 1011010 | 110110 |
Color Harmonies of #F32920
Complementary color
Monochromatic Colors of #F32920
Black with #F32920
Text Example
Text Example
White with #F32920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32920; }
p { color: rgb(243,41,32); }
H1.HeaderClassName
{
color: #F32920;
}
.AnyTagClassName
{
color: #F32920;
}
</style>
background-color css
<style>
a { background-color: #F32920; }
a { background-color: rgb(243,41,32); }
div.DivClassName
{
background-color: #F32920;
}
.BgClassName
{
background-color: #F32920;
}
</style>
border-color css
<style>
span { border-color: #F32920; }
span { border-color: rgb(243,41,32); }
td.TdClassName
{
border-color: #F32920;
}
.TagClassName
{
border-color: #F32920;
}
</style>