Shades of Red Orange #FF3C32
Tints of Red Orange #FF3C32
RGB
CMYK
RGB Variations
Color information
#FF3C32 (or 0xFF3C32) is known color: Red Orange. HEX triplet: FF, 3C and 32. RGB value is (255,60,50). Sum of RGB (Red+Green+Blue) = 255+60+50=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3C32 is #00C3CD. Grayscale: #757575. Windows color (decimal): -50126 or 3292415. OLE color: 3292415.
HSL color Cylindrical-coordinate representation of color #FF3C32: hue angle of 2.93º 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 #FF3C32 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 50 | - |
| CMYK | 0 | 0.76 | 0.80 | 0 |
| HSL | 2.93º | 1% | 0.6% | - |
| HSV(B) | 2.93º | 0.8% | 1% | - |
| XYZ | 43.43 | 24.72 | 5.5 | - |
| YUV | 117.17 | 90.1 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 50 | 0 | 0.76 | 0.80 | 0 | 2.93 | 1 | 0.6 |
| Hex | FF | 3C | 32 | 0 | 4C | 50 | 0 | 3 | 64 | 3C |
| Octal | 377 | 74 | 62 | 0 | 114 | 120 | 0 | 3 | 144 | 74 |
| Binary | 11111111 | 111100 | 110010 | 0 | 1001100 | 1010000 | 0 | 11 | 1100100 | 111100 |
Color Harmonies of #FF3C32
Complementary color
Monochromatic Colors of #FF3C32
Black with #FF3C32
Text Example
Text Example
White with #FF3C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C32; }
p { color: rgb(255,60,50); }
H1.HeaderClassName
{
color: #FF3C32;
}
.AnyTagClassName
{
color: #FF3C32;
}
</style>
background-color css
<style>
a { background-color: #FF3C32; }
a { background-color: rgb(255,60,50); }
div.DivClassName
{
background-color: #FF3C32;
}
.BgClassName
{
background-color: #FF3C32;
}
</style>
border-color css
<style>
span { border-color: #FF3C32; }
span { border-color: rgb(255,60,50); }
td.TdClassName
{
border-color: #FF3C32;
}
.TagClassName
{
border-color: #FF3C32;
}
</style>