Shades of Red Orange #FF3C31
Tints of Red Orange #FF3C31
RGB
CMYK
RGB Variations
Color information
#FF3C31 (or 0xFF3C31) is known color: Red Orange. HEX triplet: FF, 3C and 31. RGB value is (255,60,49). Sum of RGB (Red+Green+Blue) = 255+60+49=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3C31 is #00C3CE. Grayscale: #757575. Windows color (decimal): -50127 or 3226879. OLE color: 3226879.
HSL color Cylindrical-coordinate representation of color #FF3C31: hue angle of 3.2º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF3C31 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 49 | - |
| CMYK | 0 | 0.76 | 0.81 | 0 |
| HSL | 3.2º | 1% | 0.6% | - |
| HSV(B) | 3.2º | 0.81% | 1% | - |
| XYZ | 43.41 | 24.71 | 5.39 | - |
| YUV | 117.05 | 89.6 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 49 | 0 | 0.76 | 0.81 | 0 | 3.2 | 1 | 0.6 |
| Hex | FF | 3C | 31 | 0 | 4C | 51 | 0 | 3 | 64 | 3C |
| Octal | 377 | 74 | 61 | 0 | 114 | 121 | 0 | 3 | 144 | 74 |
| Binary | 11111111 | 111100 | 110001 | 0 | 1001100 | 1010001 | 0 | 11 | 1100100 | 111100 |
Color Harmonies of #FF3C31
Complementary color
Monochromatic Colors of #FF3C31
Black with #FF3C31
Text Example
Text Example
White with #FF3C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C31; }
p { color: rgb(255,60,49); }
H1.HeaderClassName
{
color: #FF3C31;
}
.AnyTagClassName
{
color: #FF3C31;
}
</style>
background-color css
<style>
a { background-color: #FF3C31; }
a { background-color: rgb(255,60,49); }
div.DivClassName
{
background-color: #FF3C31;
}
.BgClassName
{
background-color: #FF3C31;
}
</style>
border-color css
<style>
span { border-color: #FF3C31; }
span { border-color: rgb(255,60,49); }
td.TdClassName
{
border-color: #FF3C31;
}
.TagClassName
{
border-color: #FF3C31;
}
</style>