Shades of Radical Red #FF3951
Tints of Radical Red #FF3951
RGB
CMYK
RGB Variations
Color information
#FF3951 (or 0xFF3951) is known color: Radical Red. HEX triplet: FF, 39 and 51. RGB value is (255,57,81). Sum of RGB (Red+Green+Blue) = 255+57+81=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3951 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3951 is #00C6AE. Grayscale: #777777. Windows color (decimal): -50863 or 5323263. OLE color: 5323263.
HSL color Cylindrical-coordinate representation of color #FF3951: hue angle of 352.73º 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 #FF3951 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 81 | - |
| CMYK | 0 | 0.78 | 0.68 | 0 |
| HSL | 352.73º | 1% | 0.61% | - |
| HSV(B) | 352.73º | 0.78% | 1% | - |
| XYZ | 44.19 | 24.78 | 10.24 | - |
| YUV | 118.94 | 106.6 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 81 | 0 | 0.78 | 0.68 | 0 | 352.73 | 1 | 0.61 |
| Hex | FF | 39 | 51 | 0 | 4E | 44 | 0 | 161 | 64 | 3D |
| Octal | 377 | 71 | 121 | 0 | 116 | 104 | 0 | 541 | 144 | 75 |
| Binary | 11111111 | 111001 | 1010001 | 0 | 1001110 | 1000100 | 0 | 101100001 | 1100100 | 111101 |
Color Harmonies of #FF3951
Complementary color
Monochromatic Colors of #FF3951
Black with #FF3951
Text Example
Text Example
White with #FF3951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3951; }
p { color: rgb(255,57,81); }
H1.HeaderClassName
{
color: #FF3951;
}
.AnyTagClassName
{
color: #FF3951;
}
</style>
background-color css
<style>
a { background-color: #FF3951; }
a { background-color: rgb(255,57,81); }
div.DivClassName
{
background-color: #FF3951;
}
.BgClassName
{
background-color: #FF3951;
}
</style>
border-color css
<style>
span { border-color: #FF3951; }
span { border-color: rgb(255,57,81); }
td.TdClassName
{
border-color: #FF3951;
}
.TagClassName
{
border-color: #FF3951;
}
</style>