Shades of Radical Red #FF394B
Tints of Radical Red #FF394B
RGB
CMYK
RGB Variations
Color information
#FF394B (or 0xFF394B) is known color: Radical Red. HEX triplet: FF, 39 and 4B. RGB value is (255,57,75). Sum of RGB (Red+Green+Blue) = 255+57+75=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF394B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF394B is #00C6B4. Grayscale: #767676. Windows color (decimal): -50869 or 4930047. OLE color: 4930047.
HSL color Cylindrical-coordinate representation of color #FF394B: hue angle of 354.55º 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 #FF394B is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 75 | - |
| CMYK | 0 | 0.78 | 0.71 | 0 |
| HSL | 354.55º | 1% | 0.61% | - |
| HSV(B) | 354.55º | 0.78% | 1% | - |
| XYZ | 43.97 | 24.69 | 9.11 | - |
| YUV | 118.25 | 103.6 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 75 | 0 | 0.78 | 0.71 | 0 | 354.55 | 1 | 0.61 |
| Hex | FF | 39 | 4B | 0 | 4E | 47 | 0 | 163 | 64 | 3D |
| Octal | 377 | 71 | 113 | 0 | 116 | 107 | 0 | 543 | 144 | 75 |
| Binary | 11111111 | 111001 | 1001011 | 0 | 1001110 | 1000111 | 0 | 101100011 | 1100100 | 111101 |
Color Harmonies of #FF394B
Complementary color
Monochromatic Colors of #FF394B
Black with #FF394B
Text Example
Text Example
White with #FF394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF394B; }
p { color: rgb(255,57,75); }
H1.HeaderClassName
{
color: #FF394B;
}
.AnyTagClassName
{
color: #FF394B;
}
</style>
background-color css
<style>
a { background-color: #FF394B; }
a { background-color: rgb(255,57,75); }
div.DivClassName
{
background-color: #FF394B;
}
.BgClassName
{
background-color: #FF394B;
}
</style>
border-color css
<style>
span { border-color: #FF394B; }
span { border-color: rgb(255,57,75); }
td.TdClassName
{
border-color: #FF394B;
}
.TagClassName
{
border-color: #FF394B;
}
</style>