Shades of Red Orange #F33124
Tints of Red Orange #F33124
RGB
CMYK
RGB Variations
Color information
#F33124 (or 0xF33124) is known color: Red Orange. HEX triplet: F3, 31 and 24. RGB value is (243,49,36). Sum of RGB (Red+Green+Blue) = 243+49+36=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F33124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33124 is #0CCEDB. Grayscale: #696969. Windows color (decimal): -839388 or 2372083. OLE color: 2372083.
HSL color Cylindrical-coordinate representation of color #F33124: hue angle of 3.77º 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 #F33124 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 36 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.05 |
| HSL | 3.77º | 0.9% | 0.55% | - |
| HSV(B) | 3.77º | 0.85% | 0.95% | - |
| XYZ | 38.38 | 21.38 | 3.77 | - |
| YUV | 105.52 | 88.77 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 36 | 0 | 0.80 | 0.85 | 0.05 | 3.77 | 0.9 | 0.55 |
| Hex | F3 | 31 | 24 | 0 | 50 | 55 | 5 | 4 | 5A | 37 |
| Octal | 363 | 61 | 44 | 0 | 120 | 125 | 5 | 4 | 132 | 67 |
| Binary | 11110011 | 110001 | 100100 | 0 | 1010000 | 1010101 | 101 | 100 | 1011010 | 110111 |
Color Harmonies of #F33124
Complementary color
Monochromatic Colors of #F33124
Black with #F33124
Text Example
Text Example
White with #F33124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33124; }
p { color: rgb(243,49,36); }
H1.HeaderClassName
{
color: #F33124;
}
.AnyTagClassName
{
color: #F33124;
}
</style>
background-color css
<style>
a { background-color: #F33124; }
a { background-color: rgb(243,49,36); }
div.DivClassName
{
background-color: #F33124;
}
.BgClassName
{
background-color: #F33124;
}
</style>
border-color css
<style>
span { border-color: #F33124; }
span { border-color: rgb(243,49,36); }
td.TdClassName
{
border-color: #F33124;
}
.TagClassName
{
border-color: #F33124;
}
</style>