Shades of Radical Red #FF3851
Tints of Radical Red #FF3851
RGB
CMYK
RGB Variations
Color information
#FF3851 (or 0xFF3851) is known color: Radical Red. HEX triplet: FF, 38 and 51. RGB value is (255,56,81). Sum of RGB (Red+Green+Blue) = 255+56+81=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3851 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3851 is #00C7AE. Grayscale: #767676. Windows color (decimal): -51119 or 5323007. OLE color: 5323007.
HSL color Cylindrical-coordinate representation of color #FF3851: hue angle of 352.46º 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 #FF3851 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 81 | - |
| CMYK | 0 | 0.78 | 0.68 | 0 |
| HSL | 352.46º | 1% | 0.61% | - |
| HSV(B) | 352.46º | 0.78% | 1% | - |
| XYZ | 44.14 | 24.68 | 10.22 | - |
| YUV | 118.35 | 106.93 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 81 | 0 | 0.78 | 0.68 | 0 | 352.46 | 1 | 0.61 |
| Hex | FF | 38 | 51 | 0 | 4E | 44 | 0 | 160 | 64 | 3D |
| Octal | 377 | 70 | 121 | 0 | 116 | 104 | 0 | 540 | 144 | 75 |
| Binary | 11111111 | 111000 | 1010001 | 0 | 1001110 | 1000100 | 0 | 101100000 | 1100100 | 111101 |
Color Harmonies of #FF3851
Complementary color
Monochromatic Colors of #FF3851
Black with #FF3851
Text Example
Text Example
White with #FF3851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3851; }
p { color: rgb(255,56,81); }
H1.HeaderClassName
{
color: #FF3851;
}
.AnyTagClassName
{
color: #FF3851;
}
</style>
background-color css
<style>
a { background-color: #FF3851; }
a { background-color: rgb(255,56,81); }
div.DivClassName
{
background-color: #FF3851;
}
.BgClassName
{
background-color: #FF3851;
}
</style>
border-color css
<style>
span { border-color: #FF3851; }
span { border-color: rgb(255,56,81); }
td.TdClassName
{
border-color: #FF3851;
}
.TagClassName
{
border-color: #FF3851;
}
</style>