Shades of Red Orange #FF3A27
Tints of Red Orange #FF3A27
RGB
CMYK
RGB Variations
Color information
#FF3A27 (or 0xFF3A27) is known color: Red Orange. HEX triplet: FF, 3A and 27. RGB value is (255,58,39). Sum of RGB (Red+Green+Blue) = 255+58+39=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3A27 is #00C5D8. Grayscale: #737373. Windows color (decimal): -50649 or 2571007. OLE color: 2571007.
HSL color Cylindrical-coordinate representation of color #FF3A27: hue angle of 5.28º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF3A27 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 39 | - |
| CMYK | 0 | 0.77 | 0.85 | 0 |
| HSL | 5.28º | 1% | 0.58% | - |
| HSV(B) | 5.28º | 0.85% | 1% | - |
| XYZ | 43.12 | 24.43 | 4.36 | - |
| YUV | 114.74 | 85.27 | 228.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 39 | 0 | 0.77 | 0.85 | 0 | 5.28 | 1 | 0.58 |
| Hex | FF | 3A | 27 | 0 | 4D | 55 | 0 | 5 | 64 | 3A |
| Octal | 377 | 72 | 47 | 0 | 115 | 125 | 0 | 5 | 144 | 72 |
| Binary | 11111111 | 111010 | 100111 | 0 | 1001101 | 1010101 | 0 | 101 | 1100100 | 111010 |
Color Harmonies of #FF3A27
Complementary color
Monochromatic Colors of #FF3A27
Black with #FF3A27
Text Example
Text Example
White with #FF3A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A27; }
p { color: rgb(255,58,39); }
H1.HeaderClassName
{
color: #FF3A27;
}
.AnyTagClassName
{
color: #FF3A27;
}
</style>
background-color css
<style>
a { background-color: #FF3A27; }
a { background-color: rgb(255,58,39); }
div.DivClassName
{
background-color: #FF3A27;
}
.BgClassName
{
background-color: #FF3A27;
}
</style>
border-color css
<style>
span { border-color: #FF3A27; }
span { border-color: rgb(255,58,39); }
td.TdClassName
{
border-color: #FF3A27;
}
.TagClassName
{
border-color: #FF3A27;
}
</style>