Shades of Red Orange #FF3A2F
Tints of Red Orange #FF3A2F
RGB
CMYK
RGB Variations
Color information
#FF3A2F (or 0xFF3A2F) is known color: Red Orange. HEX triplet: FF, 3A and 2F. RGB value is (255,58,47). Sum of RGB (Red+Green+Blue) = 255+58+47=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3A2F is #00C5D0. Grayscale: #737373. Windows color (decimal): -50641 or 3095295. OLE color: 3095295.
HSL color Cylindrical-coordinate representation of color #FF3A2F: hue angle of 3.17º 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 #FF3A2F is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 47 | - |
| CMYK | 0 | 0.77 | 0.82 | 0 |
| HSL | 3.17º | 1% | 0.59% | - |
| HSV(B) | 3.17º | 0.82% | 1% | - |
| XYZ | 43.27 | 24.49 | 5.14 | - |
| YUV | 115.65 | 89.27 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 47 | 0 | 0.77 | 0.82 | 0 | 3.17 | 1 | 0.59 |
| Hex | FF | 3A | 2F | 0 | 4D | 52 | 0 | 3 | 64 | 3B |
| Octal | 377 | 72 | 57 | 0 | 115 | 122 | 0 | 3 | 144 | 73 |
| Binary | 11111111 | 111010 | 101111 | 0 | 1001101 | 1010010 | 0 | 11 | 1100100 | 111011 |
Color Harmonies of #FF3A2F
Complementary color
Monochromatic Colors of #FF3A2F
Black with #FF3A2F
Text Example
Text Example
White with #FF3A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A2F; }
p { color: rgb(255,58,47); }
H1.HeaderClassName
{
color: #FF3A2F;
}
.AnyTagClassName
{
color: #FF3A2F;
}
</style>
background-color css
<style>
a { background-color: #FF3A2F; }
a { background-color: rgb(255,58,47); }
div.DivClassName
{
background-color: #FF3A2F;
}
.BgClassName
{
background-color: #FF3A2F;
}
</style>
border-color css
<style>
span { border-color: #FF3A2F; }
span { border-color: rgb(255,58,47); }
td.TdClassName
{
border-color: #FF3A2F;
}
.TagClassName
{
border-color: #FF3A2F;
}
</style>