Shades of Radical Red #FF2761
Tints of Radical Red #FF2761
RGB
CMYK
RGB Variations
Color information
#FF2761 (or 0xFF2761) is known color: Radical Red. HEX triplet: FF, 27 and 61. RGB value is (255,39,97). Sum of RGB (Red+Green+Blue) = 255+39+97=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2761 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2761 is #00D89E. Grayscale: #6E6E6E. Windows color (decimal): -55455 or 6367231. OLE color: 6367231.
HSL color Cylindrical-coordinate representation of color #FF2761: hue angle of 343.89º 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 #FF2761 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 97 | - |
| CMYK | 0 | 0.85 | 0.62 | 0 |
| HSL | 343.89º | 1% | 0.58% | - |
| HSV(B) | 343.89º | 0.85% | 1% | - |
| XYZ | 44.12 | 23.57 | 13.53 | - |
| YUV | 110.2 | 120.56 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 97 | 0 | 0.85 | 0.62 | 0 | 343.89 | 1 | 0.58 |
| Hex | FF | 27 | 61 | 0 | 55 | 3E | 0 | 158 | 64 | 3A |
| Octal | 377 | 47 | 141 | 0 | 125 | 76 | 0 | 530 | 144 | 72 |
| Binary | 11111111 | 100111 | 1100001 | 0 | 1010101 | 111110 | 0 | 101011000 | 1100100 | 111010 |
Color Harmonies of #FF2761
Complementary color
Monochromatic Colors of #FF2761
Black with #FF2761
Text Example
Text Example
White with #FF2761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2761; }
p { color: rgb(255,39,97); }
H1.HeaderClassName
{
color: #FF2761;
}
.AnyTagClassName
{
color: #FF2761;
}
</style>
background-color css
<style>
a { background-color: #FF2761; }
a { background-color: rgb(255,39,97); }
div.DivClassName
{
background-color: #FF2761;
}
.BgClassName
{
background-color: #FF2761;
}
</style>
border-color css
<style>
span { border-color: #FF2761; }
span { border-color: rgb(255,39,97); }
td.TdClassName
{
border-color: #FF2761;
}
.TagClassName
{
border-color: #FF2761;
}
</style>