Shades of Red Orange #FF3F2F
Tints of Red Orange #FF3F2F
RGB
CMYK
RGB Variations
Color information
#FF3F2F (or 0xFF3F2F) is known color: Red Orange. HEX triplet: FF, 3F and 2F. RGB value is (255,63,47). Sum of RGB (Red+Green+Blue) = 255+63+47=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3F2F is #00C0D0. Grayscale: #767676. Windows color (decimal): -49361 or 3096575. OLE color: 3096575.
HSL color Cylindrical-coordinate representation of color #FF3F2F: hue angle of 4.62º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF3F2F is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 47 | - |
| CMYK | 0 | 0.75 | 0.82 | 0 |
| HSL | 4.62º | 1% | 0.59% | - |
| HSV(B) | 4.62º | 0.82% | 1% | - |
| XYZ | 43.53 | 25.02 | 5.22 | - |
| YUV | 118.58 | 87.61 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 47 | 0 | 0.75 | 0.82 | 0 | 4.62 | 1 | 0.59 |
| Hex | FF | 3F | 2F | 0 | 4B | 52 | 0 | 5 | 64 | 3B |
| Octal | 377 | 77 | 57 | 0 | 113 | 122 | 0 | 5 | 144 | 73 |
| Binary | 11111111 | 111111 | 101111 | 0 | 1001011 | 1010010 | 0 | 101 | 1100100 | 111011 |
Color Harmonies of #FF3F2F
Complementary color
Monochromatic Colors of #FF3F2F
Black with #FF3F2F
Text Example
Text Example
White with #FF3F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F2F; }
p { color: rgb(255,63,47); }
H1.HeaderClassName
{
color: #FF3F2F;
}
.AnyTagClassName
{
color: #FF3F2F;
}
</style>
background-color css
<style>
a { background-color: #FF3F2F; }
a { background-color: rgb(255,63,47); }
div.DivClassName
{
background-color: #FF3F2F;
}
.BgClassName
{
background-color: #FF3F2F;
}
</style>
border-color css
<style>
span { border-color: #FF3F2F; }
span { border-color: rgb(255,63,47); }
td.TdClassName
{
border-color: #FF3F2F;
}
.TagClassName
{
border-color: #FF3F2F;
}
</style>