Shades of Radical Red #FF394D
Tints of Radical Red #FF394D
RGB
CMYK
RGB Variations
Color information
#FF394D (or 0xFF394D) is known color: Radical Red. HEX triplet: FF, 39 and 4D. RGB value is (255,57,77). Sum of RGB (Red+Green+Blue) = 255+57+77=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF394D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF394D is #00C6B2. Grayscale: #767676. Windows color (decimal): -50867 or 5061119. OLE color: 5061119.
HSL color Cylindrical-coordinate representation of color #FF394D: hue angle of 353.94º 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 #FF394D is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 77 | - |
| CMYK | 0 | 0.78 | 0.70 | 0 |
| HSL | 353.94º | 1% | 0.61% | - |
| HSV(B) | 353.94º | 0.78% | 1% | - |
| XYZ | 44.04 | 24.72 | 9.47 | - |
| YUV | 118.48 | 104.6 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 77 | 0 | 0.78 | 0.70 | 0 | 353.94 | 1 | 0.61 |
| Hex | FF | 39 | 4D | 0 | 4E | 46 | 0 | 162 | 64 | 3D |
| Octal | 377 | 71 | 115 | 0 | 116 | 106 | 0 | 542 | 144 | 75 |
| Binary | 11111111 | 111001 | 1001101 | 0 | 1001110 | 1000110 | 0 | 101100010 | 1100100 | 111101 |
Color Harmonies of #FF394D
Complementary color
Monochromatic Colors of #FF394D
Black with #FF394D
Text Example
Text Example
White with #FF394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF394D; }
p { color: rgb(255,57,77); }
H1.HeaderClassName
{
color: #FF394D;
}
.AnyTagClassName
{
color: #FF394D;
}
</style>
background-color css
<style>
a { background-color: #FF394D; }
a { background-color: rgb(255,57,77); }
div.DivClassName
{
background-color: #FF394D;
}
.BgClassName
{
background-color: #FF394D;
}
</style>
border-color css
<style>
span { border-color: #FF394D; }
span { border-color: rgb(255,57,77); }
td.TdClassName
{
border-color: #FF394D;
}
.TagClassName
{
border-color: #FF394D;
}
</style>