Shades of Red Orange #FF3228
Tints of Red Orange #FF3228
RGB
CMYK
RGB Variations
Color information
#FF3228 (or 0xFF3228) is known color: Red Orange. HEX triplet: FF, 32 and 28. RGB value is (255,50,40). Sum of RGB (Red+Green+Blue) = 255+50+40=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3228 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3228 is #00CDD7. Grayscale: #6E6E6E. Windows color (decimal): -52696 or 2634495. OLE color: 2634495.
HSL color Cylindrical-coordinate representation of color #FF3228: hue angle of 2.79º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF3228 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 40 | - |
| CMYK | 0 | 0.80 | 0.84 | 0 |
| HSL | 2.79º | 1% | 0.58% | - |
| HSV(B) | 2.79º | 0.84% | 1% | - |
| XYZ | 42.76 | 23.69 | 4.33 | - |
| YUV | 110.16 | 88.42 | 231.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 40 | 0 | 0.80 | 0.84 | 0 | 2.79 | 1 | 0.58 |
| Hex | FF | 32 | 28 | 0 | 50 | 54 | 0 | 3 | 64 | 3A |
| Octal | 377 | 62 | 50 | 0 | 120 | 124 | 0 | 3 | 144 | 72 |
| Binary | 11111111 | 110010 | 101000 | 0 | 1010000 | 1010100 | 0 | 11 | 1100100 | 111010 |
Color Harmonies of #FF3228
Complementary color
Monochromatic Colors of #FF3228
Black with #FF3228
Text Example
Text Example
White with #FF3228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3228; }
p { color: rgb(255,50,40); }
H1.HeaderClassName
{
color: #FF3228;
}
.AnyTagClassName
{
color: #FF3228;
}
</style>
background-color css
<style>
a { background-color: #FF3228; }
a { background-color: rgb(255,50,40); }
div.DivClassName
{
background-color: #FF3228;
}
.BgClassName
{
background-color: #FF3228;
}
</style>
border-color css
<style>
span { border-color: #FF3228; }
span { border-color: rgb(255,50,40); }
td.TdClassName
{
border-color: #FF3228;
}
.TagClassName
{
border-color: #FF3228;
}
</style>