Shades of Radical Red #FF2756
Tints of Radical Red #FF2756
RGB
CMYK
RGB Variations
Color information
#FF2756 (or 0xFF2756) is known color: Radical Red. HEX triplet: FF, 27 and 56. RGB value is (255,39,86). Sum of RGB (Red+Green+Blue) = 255+39+86=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2756 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2756 is #00D8A9. Grayscale: #6C6C6C. Windows color (decimal): -55466 or 5646335. OLE color: 5646335.
HSL color Cylindrical-coordinate representation of color #FF2756: hue angle of 346.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2756 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 86 | - |
| CMYK | 0 | 0.85 | 0.66 | 0 |
| HSL | 346.94º | 1% | 0.58% | - |
| HSV(B) | 346.94º | 0.85% | 1% | - |
| XYZ | 43.65 | 23.38 | 11.02 | - |
| YUV | 108.94 | 115.06 | 232.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 86 | 0 | 0.85 | 0.66 | 0 | 346.94 | 1 | 0.58 |
| Hex | FF | 27 | 56 | 0 | 55 | 42 | 0 | 15B | 64 | 3A |
| Octal | 377 | 47 | 126 | 0 | 125 | 102 | 0 | 533 | 144 | 72 |
| Binary | 11111111 | 100111 | 1010110 | 0 | 1010101 | 1000010 | 0 | 101011011 | 1100100 | 111010 |
Color Harmonies of #FF2756
Complementary color
Monochromatic Colors of #FF2756
Black with #FF2756
Text Example
Text Example
White with #FF2756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2756; }
p { color: rgb(255,39,86); }
H1.HeaderClassName
{
color: #FF2756;
}
.AnyTagClassName
{
color: #FF2756;
}
</style>
background-color css
<style>
a { background-color: #FF2756; }
a { background-color: rgb(255,39,86); }
div.DivClassName
{
background-color: #FF2756;
}
.BgClassName
{
background-color: #FF2756;
}
</style>
border-color css
<style>
span { border-color: #FF2756; }
span { border-color: rgb(255,39,86); }
td.TdClassName
{
border-color: #FF2756;
}
.TagClassName
{
border-color: #FF2756;
}
</style>