Shades of Red Orange #FF3232
Tints of Red Orange #FF3232
RGB
CMYK
RGB Variations
Color information
#FF3232 (or 0xFF3232) is known color: Red Orange. HEX triplet: FF, 32 and 32. RGB value is (255,50,50). Sum of RGB (Red+Green+Blue) = 255+50+50=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3232 is #00CDCD. Grayscale: #6F6F6F. Windows color (decimal): -52686 or 3289855. OLE color: 3289855.
HSL color Cylindrical-coordinate representation of color #FF3232: hue angle of 0º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3232 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 50 | 50 | - |
CMYK | 0 | 0.80 | 0.80 | 0 |
HSL | 0º | 1% | 0.6% | - |
HSV(B) | 0º | 0.8% | 1% | - |
XYZ | 42.96 | 23.77 | 5.34 | - |
YUV | 111.3 | 93.42 | 230.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 50 | 50 | 0 | 0.80 | 0.80 | 0 | 0 | 1 | 0.6 |
Hex | FF | 32 | 32 | 0 | 50 | 50 | 0 | 0 | 64 | 3C |
Octal | 377 | 62 | 62 | 0 | 120 | 120 | 0 | 0 | 144 | 74 |
Binary | 11111111 | 110010 | 110010 | 0 | 1010000 | 1010000 | 0 | 0 | 1100100 | 111100 |
Color Harmonies of #FF3232
Complementary color
Monochromatic Colors of #FF3232
Black with #FF3232
Text Example
Text Example
White with #FF3232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3232; }
p { color: rgb(255,50,50); }
H1.HeaderClassName
{
color: #FF3232;
}
.AnyTagClassName
{
color: #FF3232;
}
</style>
background-color css
<style>
a { background-color: #FF3232; }
a { background-color: rgb(255,50,50); }
div.DivClassName
{
background-color: #FF3232;
}
.BgClassName
{
background-color: #FF3232;
}
</style>
border-color css
<style>
span { border-color: #FF3232; }
span { border-color: rgb(255,50,50); }
td.TdClassName
{
border-color: #FF3232;
}
.TagClassName
{
border-color: #FF3232;
}
</style>