Shades of Red Orange #FF3224
Tints of Red Orange #FF3224
RGB
CMYK
RGB Variations
Color information
#FF3224 (or 0xFF3224) is known color: Red Orange. HEX triplet: FF, 32 and 24. RGB value is (255,50,36). Sum of RGB (Red+Green+Blue) = 255+50+36=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3224 is #00CDDB. Grayscale: #6D6D6D. Windows color (decimal): -52700 or 2372351. OLE color: 2372351.
HSL color Cylindrical-coordinate representation of color #FF3224: hue angle of 3.84º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF3224 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 36 | - |
| CMYK | 0 | 0.80 | 0.86 | 0 |
| HSL | 3.84º | 1% | 0.57% | - |
| HSV(B) | 3.84º | 0.86% | 1% | - |
| XYZ | 42.7 | 23.67 | 3.99 | - |
| YUV | 109.7 | 86.42 | 231.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 36 | 0 | 0.80 | 0.86 | 0 | 3.84 | 1 | 0.57 |
| Hex | FF | 32 | 24 | 0 | 50 | 56 | 0 | 4 | 64 | 39 |
| Octal | 377 | 62 | 44 | 0 | 120 | 126 | 0 | 4 | 144 | 71 |
| Binary | 11111111 | 110010 | 100100 | 0 | 1010000 | 1010110 | 0 | 100 | 1100100 | 111001 |
Color Harmonies of #FF3224
Complementary color
Monochromatic Colors of #FF3224
Black with #FF3224
Text Example
Text Example
White with #FF3224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3224; }
p { color: rgb(255,50,36); }
H1.HeaderClassName
{
color: #FF3224;
}
.AnyTagClassName
{
color: #FF3224;
}
</style>
background-color css
<style>
a { background-color: #FF3224; }
a { background-color: rgb(255,50,36); }
div.DivClassName
{
background-color: #FF3224;
}
.BgClassName
{
background-color: #FF3224;
}
</style>
border-color css
<style>
span { border-color: #FF3224; }
span { border-color: rgb(255,50,36); }
td.TdClassName
{
border-color: #FF3224;
}
.TagClassName
{
border-color: #FF3224;
}
</style>