Shades of Radical Red #FF3256
Tints of Radical Red #FF3256
RGB
CMYK
RGB Variations
Color information
#FF3256 (or 0xFF3256) is known color: Radical Red. HEX triplet: FF, 32 and 56. RGB value is (255,50,86). Sum of RGB (Red+Green+Blue) = 255+50+86=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3256 is #00CDA9. Grayscale: #737373. Windows color (decimal): -52650 or 5649151. OLE color: 5649151.
HSL color Cylindrical-coordinate representation of color #FF3256: hue angle of 349.46º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3256 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 86 | - |
| CMYK | 0 | 0.80 | 0.66 | 0 |
| HSL | 349.46º | 1% | 0.6% | - |
| HSV(B) | 349.46º | 0.8% | 1% | - |
| XYZ | 44.06 | 24.21 | 11.16 | - |
| YUV | 115.4 | 111.42 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 86 | 0 | 0.80 | 0.66 | 0 | 349.46 | 1 | 0.6 |
| Hex | FF | 32 | 56 | 0 | 50 | 42 | 0 | 15D | 64 | 3C |
| Octal | 377 | 62 | 126 | 0 | 120 | 102 | 0 | 535 | 144 | 74 |
| Binary | 11111111 | 110010 | 1010110 | 0 | 1010000 | 1000010 | 0 | 101011101 | 1100100 | 111100 |
Color Harmonies of #FF3256
Complementary color
Monochromatic Colors of #FF3256
Black with #FF3256
Text Example
Text Example
White with #FF3256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3256; }
p { color: rgb(255,50,86); }
H1.HeaderClassName
{
color: #FF3256;
}
.AnyTagClassName
{
color: #FF3256;
}
</style>
background-color css
<style>
a { background-color: #FF3256; }
a { background-color: rgb(255,50,86); }
div.DivClassName
{
background-color: #FF3256;
}
.BgClassName
{
background-color: #FF3256;
}
</style>
border-color css
<style>
span { border-color: #FF3256; }
span { border-color: rgb(255,50,86); }
td.TdClassName
{
border-color: #FF3256;
}
.TagClassName
{
border-color: #FF3256;
}
</style>