Shades of Radical Red #FF394C
Tints of Radical Red #FF394C
RGB
CMYK
RGB Variations
Color information
#FF394C (or 0xFF394C) is known color: Radical Red. HEX triplet: FF, 39 and 4C. RGB value is (255,57,76). Sum of RGB (Red+Green+Blue) = 255+57+76=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF394C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF394C is #00C6B3. Grayscale: #767676. Windows color (decimal): -50868 or 4995583. OLE color: 4995583.
HSL color Cylindrical-coordinate representation of color #FF394C: hue angle of 354.24º 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 #FF394C is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 76 | - |
| CMYK | 0 | 0.78 | 0.70 | 0 |
| HSL | 354.24º | 1% | 0.61% | - |
| HSV(B) | 354.24º | 0.78% | 1% | - |
| XYZ | 44.01 | 24.71 | 9.29 | - |
| YUV | 118.37 | 104.1 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 76 | 0 | 0.78 | 0.70 | 0 | 354.24 | 1 | 0.61 |
| Hex | FF | 39 | 4C | 0 | 4E | 46 | 0 | 162 | 64 | 3D |
| Octal | 377 | 71 | 114 | 0 | 116 | 106 | 0 | 542 | 144 | 75 |
| Binary | 11111111 | 111001 | 1001100 | 0 | 1001110 | 1000110 | 0 | 101100010 | 1100100 | 111101 |
Color Harmonies of #FF394C
Complementary color
Monochromatic Colors of #FF394C
Black with #FF394C
Text Example
Text Example
White with #FF394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF394C; }
p { color: rgb(255,57,76); }
H1.HeaderClassName
{
color: #FF394C;
}
.AnyTagClassName
{
color: #FF394C;
}
</style>
background-color css
<style>
a { background-color: #FF394C; }
a { background-color: rgb(255,57,76); }
div.DivClassName
{
background-color: #FF394C;
}
.BgClassName
{
background-color: #FF394C;
}
</style>
border-color css
<style>
span { border-color: #FF394C; }
span { border-color: rgb(255,57,76); }
td.TdClassName
{
border-color: #FF394C;
}
.TagClassName
{
border-color: #FF394C;
}
</style>