Shades of Radical Red #FF3956
Tints of Radical Red #FF3956
RGB
CMYK
RGB Variations
Color information
#FF3956 (or 0xFF3956) is known color: Radical Red. HEX triplet: FF, 39 and 56. RGB value is (255,57,86). Sum of RGB (Red+Green+Blue) = 255+57+86=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3956 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3956 is #00C6A9. Grayscale: #777777. Windows color (decimal): -50858 or 5650943. OLE color: 5650943.
HSL color Cylindrical-coordinate representation of color #FF3956: hue angle of 351.21º 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 #FF3956 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 86 | - |
| CMYK | 0 | 0.78 | 0.66 | 0 |
| HSL | 351.21º | 1% | 0.61% | - |
| HSV(B) | 351.21º | 0.78% | 1% | - |
| XYZ | 44.38 | 24.86 | 11.26 | - |
| YUV | 119.51 | 109.1 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 86 | 0 | 0.78 | 0.66 | 0 | 351.21 | 1 | 0.61 |
| Hex | FF | 39 | 56 | 0 | 4E | 42 | 0 | 15F | 64 | 3D |
| Octal | 377 | 71 | 126 | 0 | 116 | 102 | 0 | 537 | 144 | 75 |
| Binary | 11111111 | 111001 | 1010110 | 0 | 1001110 | 1000010 | 0 | 101011111 | 1100100 | 111101 |
Color Harmonies of #FF3956
Complementary color
Monochromatic Colors of #FF3956
Black with #FF3956
Text Example
Text Example
White with #FF3956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3956; }
p { color: rgb(255,57,86); }
H1.HeaderClassName
{
color: #FF3956;
}
.AnyTagClassName
{
color: #FF3956;
}
</style>
background-color css
<style>
a { background-color: #FF3956; }
a { background-color: rgb(255,57,86); }
div.DivClassName
{
background-color: #FF3956;
}
.BgClassName
{
background-color: #FF3956;
}
</style>
border-color css
<style>
span { border-color: #FF3956; }
span { border-color: rgb(255,57,86); }
td.TdClassName
{
border-color: #FF3956;
}
.TagClassName
{
border-color: #FF3956;
}
</style>