Shades of Radical Red #FF3656
Tints of Radical Red #FF3656
RGB
CMYK
RGB Variations
Color information
#FF3656 (or 0xFF3656) is known color: Radical Red. HEX triplet: FF, 36 and 56. RGB value is (255,54,86). Sum of RGB (Red+Green+Blue) = 255+54+86=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3656 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3656 is #00C9A9. Grayscale: #757575. Windows color (decimal): -51626 or 5650175. OLE color: 5650175.
HSL color Cylindrical-coordinate representation of color #FF3656: hue angle of 350.45º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF3656 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 86 | - |
| CMYK | 0 | 0.79 | 0.66 | 0 |
| HSL | 350.45º | 1% | 0.61% | - |
| HSV(B) | 350.45º | 0.79% | 1% | - |
| XYZ | 44.24 | 24.57 | 11.21 | - |
| YUV | 117.75 | 110.09 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 86 | 0 | 0.79 | 0.66 | 0 | 350.45 | 1 | 0.61 |
| Hex | FF | 36 | 56 | 0 | 4F | 42 | 0 | 15E | 64 | 3D |
| Octal | 377 | 66 | 126 | 0 | 117 | 102 | 0 | 536 | 144 | 75 |
| Binary | 11111111 | 110110 | 1010110 | 0 | 1001111 | 1000010 | 0 | 101011110 | 1100100 | 111101 |
Color Harmonies of #FF3656
Complementary color
Monochromatic Colors of #FF3656
Black with #FF3656
Text Example
Text Example
White with #FF3656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3656; }
p { color: rgb(255,54,86); }
H1.HeaderClassName
{
color: #FF3656;
}
.AnyTagClassName
{
color: #FF3656;
}
</style>
background-color css
<style>
a { background-color: #FF3656; }
a { background-color: rgb(255,54,86); }
div.DivClassName
{
background-color: #FF3656;
}
.BgClassName
{
background-color: #FF3656;
}
</style>
border-color css
<style>
span { border-color: #FF3656; }
span { border-color: rgb(255,54,86); }
td.TdClassName
{
border-color: #FF3656;
}
.TagClassName
{
border-color: #FF3656;
}
</style>