Shades of Radical Red #FF394A
Tints of Radical Red #FF394A
RGB
CMYK
RGB Variations
Color information
#FF394A (or 0xFF394A) is known color: Radical Red. HEX triplet: FF, 39 and 4A. RGB value is (255,57,74). Sum of RGB (Red+Green+Blue) = 255+57+74=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF394A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF394A is #00C6B5. Grayscale: #767676. Windows color (decimal): -50870 or 4864511. OLE color: 4864511.
HSL color Cylindrical-coordinate representation of color #FF394A: hue angle of 354.85º 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 #FF394A is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 74 | - |
| CMYK | 0 | 0.78 | 0.71 | 0 |
| HSL | 354.85º | 1% | 0.61% | - |
| HSV(B) | 354.85º | 0.78% | 1% | - |
| XYZ | 43.94 | 24.68 | 8.93 | - |
| YUV | 118.14 | 103.1 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 74 | 0 | 0.78 | 0.71 | 0 | 354.85 | 1 | 0.61 |
| Hex | FF | 39 | 4A | 0 | 4E | 47 | 0 | 163 | 64 | 3D |
| Octal | 377 | 71 | 112 | 0 | 116 | 107 | 0 | 543 | 144 | 75 |
| Binary | 11111111 | 111001 | 1001010 | 0 | 1001110 | 1000111 | 0 | 101100011 | 1100100 | 111101 |
Color Harmonies of #FF394A
Complementary color
Monochromatic Colors of #FF394A
Black with #FF394A
Text Example
Text Example
White with #FF394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF394A; }
p { color: rgb(255,57,74); }
H1.HeaderClassName
{
color: #FF394A;
}
.AnyTagClassName
{
color: #FF394A;
}
</style>
background-color css
<style>
a { background-color: #FF394A; }
a { background-color: rgb(255,57,74); }
div.DivClassName
{
background-color: #FF394A;
}
.BgClassName
{
background-color: #FF394A;
}
</style>
border-color css
<style>
span { border-color: #FF394A; }
span { border-color: rgb(255,57,74); }
td.TdClassName
{
border-color: #FF394A;
}
.TagClassName
{
border-color: #FF394A;
}
</style>