Shades of Red Orange #F32C29
Tints of Red Orange #F32C29
RGB
CMYK
RGB Variations
Color information
#F32C29 (or 0xF32C29) is known color: Red Orange. HEX triplet: F3, 2C and 29. RGB value is (243,44,41). Sum of RGB (Red+Green+Blue) = 243+44+41=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32C29 is #0CD3D6. Grayscale: #676767. Windows color (decimal): -840663 or 2698483. OLE color: 2698483.
HSL color Cylindrical-coordinate representation of color #F32C29: hue angle of 0.89º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32C29 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 41 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.05 |
| HSL | 0.89º | 0.89% | 0.56% | - |
| HSV(B) | 0.89º | 0.83% | 0.95% | - |
| XYZ | 38.26 | 21.02 | 4.14 | - |
| YUV | 103.16 | 92.93 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 41 | 0 | 0.82 | 0.83 | 0.05 | 0.89 | 0.89 | 0.56 |
| Hex | F3 | 2C | 29 | 0 | 52 | 53 | 5 | 1 | 59 | 38 |
| Octal | 363 | 54 | 51 | 0 | 122 | 123 | 5 | 1 | 131 | 70 |
| Binary | 11110011 | 101100 | 101001 | 0 | 1010010 | 1010011 | 101 | 1 | 1011001 | 111000 |
Color Harmonies of #F32C29
Complementary color
Monochromatic Colors of #F32C29
Black with #F32C29
Text Example
Text Example
White with #F32C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C29; }
p { color: rgb(243,44,41); }
H1.HeaderClassName
{
color: #F32C29;
}
.AnyTagClassName
{
color: #F32C29;
}
</style>
background-color css
<style>
a { background-color: #F32C29; }
a { background-color: rgb(243,44,41); }
div.DivClassName
{
background-color: #F32C29;
}
.BgClassName
{
background-color: #F32C29;
}
</style>
border-color css
<style>
span { border-color: #F32C29; }
span { border-color: rgb(243,44,41); }
td.TdClassName
{
border-color: #F32C29;
}
.TagClassName
{
border-color: #F32C29;
}
</style>