Shades of Red Orange #F32C24
Tints of Red Orange #F32C24
RGB
CMYK
RGB Variations
Color information
#F32C24 (or 0xF32C24) is known color: Red Orange. HEX triplet: F3, 2C and 24. RGB value is (243,44,36). Sum of RGB (Red+Green+Blue) = 243+44+36=323 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.23% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 36 (14.45% from 255 or 11.15% from 323); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32C24 is #0CD3DB. Grayscale: #666666. Windows color (decimal): -840668 or 2370803. OLE color: 2370803.
HSL color Cylindrical-coordinate representation of color #F32C24: hue angle of 2.32º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F32C24 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 36 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.05 |
| HSL | 2.32º | 0.9% | 0.55% | - |
| HSV(B) | 2.32º | 0.85% | 0.95% | - |
| XYZ | 38.18 | 20.98 | 3.71 | - |
| YUV | 102.59 | 90.43 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 36 | 0 | 0.82 | 0.85 | 0.05 | 2.32 | 0.9 | 0.55 |
| Hex | F3 | 2C | 24 | 0 | 52 | 55 | 5 | 2 | 5A | 37 |
| Octal | 363 | 54 | 44 | 0 | 122 | 125 | 5 | 2 | 132 | 67 |
| Binary | 11110011 | 101100 | 100100 | 0 | 1010010 | 1010101 | 101 | 10 | 1011010 | 110111 |
Color Harmonies of #F32C24
Complementary color
Monochromatic Colors of #F32C24
Black with #F32C24
Text Example
Text Example
White with #F32C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C24; }
p { color: rgb(243,44,36); }
H1.HeaderClassName
{
color: #F32C24;
}
.AnyTagClassName
{
color: #F32C24;
}
</style>
background-color css
<style>
a { background-color: #F32C24; }
a { background-color: rgb(243,44,36); }
div.DivClassName
{
background-color: #F32C24;
}
.BgClassName
{
background-color: #F32C24;
}
</style>
border-color css
<style>
span { border-color: #F32C24; }
span { border-color: rgb(243,44,36); }
td.TdClassName
{
border-color: #F32C24;
}
.TagClassName
{
border-color: #F32C24;
}
</style>