Shades of Radical Red #FF394E
Tints of Radical Red #FF394E
RGB
CMYK
RGB Variations
Color information
#FF394E (or 0xFF394E) is known color: Radical Red. HEX triplet: FF, 39 and 4E. RGB value is (255,57,78). Sum of RGB (Red+Green+Blue) = 255+57+78=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF394E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF394E is #00C6B1. Grayscale: #767676. Windows color (decimal): -50866 or 5126655. OLE color: 5126655.
HSL color Cylindrical-coordinate representation of color #FF394E: hue angle of 353.64º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF394E is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 78 | - |
| CMYK | 0 | 0.78 | 0.69 | 0 |
| HSL | 353.64º | 1% | 0.61% | - |
| HSV(B) | 353.64º | 0.78% | 1% | - |
| XYZ | 44.08 | 24.74 | 9.66 | - |
| YUV | 118.6 | 105.1 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 78 | 0 | 0.78 | 0.69 | 0 | 353.64 | 1 | 0.61 |
| Hex | FF | 39 | 4E | 0 | 4E | 45 | 0 | 162 | 64 | 3D |
| Octal | 377 | 71 | 116 | 0 | 116 | 105 | 0 | 542 | 144 | 75 |
| Binary | 11111111 | 111001 | 1001110 | 0 | 1001110 | 1000101 | 0 | 101100010 | 1100100 | 111101 |
Color Harmonies of #FF394E
Complementary color
Monochromatic Colors of #FF394E
Black with #FF394E
Text Example
Text Example
White with #FF394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF394E; }
p { color: rgb(255,57,78); }
H1.HeaderClassName
{
color: #FF394E;
}
.AnyTagClassName
{
color: #FF394E;
}
</style>
background-color css
<style>
a { background-color: #FF394E; }
a { background-color: rgb(255,57,78); }
div.DivClassName
{
background-color: #FF394E;
}
.BgClassName
{
background-color: #FF394E;
}
</style>
border-color css
<style>
span { border-color: #FF394E; }
span { border-color: rgb(255,57,78); }
td.TdClassName
{
border-color: #FF394E;
}
.TagClassName
{
border-color: #FF394E;
}
</style>