Shades of Radical Red #FF2774
Tints of Radical Red #FF2774
RGB
CMYK
RGB Variations
Color information
#FF2774 (or 0xFF2774) is known color: Radical Red. HEX triplet: FF, 27 and 74. RGB value is (255,39,116). Sum of RGB (Red+Green+Blue) = 255+39+116=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2774 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2774 is #00D88B. Grayscale: #707070. Windows color (decimal): -55436 or 7612415. OLE color: 7612415.
HSL color Cylindrical-coordinate representation of color #FF2774: hue angle of 338.61º 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 #FF2774 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 116 | - |
| CMYK | 0 | 0.85 | 0.55 | 0 |
| HSL | 338.61º | 1% | 0.58% | - |
| HSV(B) | 338.61º | 0.85% | 1% | - |
| XYZ | 45.12 | 23.97 | 18.77 | - |
| YUV | 112.36 | 130.06 | 229.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 116 | 0 | 0.85 | 0.55 | 0 | 338.61 | 1 | 0.58 |
| Hex | FF | 27 | 74 | 0 | 55 | 37 | 0 | 153 | 64 | 3A |
| Octal | 377 | 47 | 164 | 0 | 125 | 67 | 0 | 523 | 144 | 72 |
| Binary | 11111111 | 100111 | 1110100 | 0 | 1010101 | 110111 | 0 | 101010011 | 1100100 | 111010 |
Color Harmonies of #FF2774
Complementary color
Monochromatic Colors of #FF2774
Black with #FF2774
Text Example
Text Example
White with #FF2774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2774; }
p { color: rgb(255,39,116); }
H1.HeaderClassName
{
color: #FF2774;
}
.AnyTagClassName
{
color: #FF2774;
}
</style>
background-color css
<style>
a { background-color: #FF2774; }
a { background-color: rgb(255,39,116); }
div.DivClassName
{
background-color: #FF2774;
}
.BgClassName
{
background-color: #FF2774;
}
</style>
border-color css
<style>
span { border-color: #FF2774; }
span { border-color: rgb(255,39,116); }
td.TdClassName
{
border-color: #FF2774;
}
.TagClassName
{
border-color: #FF2774;
}
</style>