Shades of Radical Red #FF2974
Tints of Radical Red #FF2974
RGB
CMYK
RGB Variations
Color information
#FF2974 (or 0xFF2974) is known color: Radical Red. HEX triplet: FF, 29 and 74. RGB value is (255,41,116). Sum of RGB (Red+Green+Blue) = 255+41+116=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2974 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2974 is #00D68B. Grayscale: #717171. Windows color (decimal): -54924 or 7612927. OLE color: 7612927.
HSL color Cylindrical-coordinate representation of color #FF2974: hue angle of 338.97º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2974 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 116 | - |
| CMYK | 0 | 0.84 | 0.55 | 0 |
| HSL | 338.97º | 1% | 0.58% | - |
| HSV(B) | 338.97º | 0.84% | 1% | - |
| XYZ | 45.19 | 24.11 | 18.79 | - |
| YUV | 113.54 | 129.4 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 116 | 0 | 0.84 | 0.55 | 0 | 338.97 | 1 | 0.58 |
| Hex | FF | 29 | 74 | 0 | 54 | 37 | 0 | 153 | 64 | 3A |
| Octal | 377 | 51 | 164 | 0 | 124 | 67 | 0 | 523 | 144 | 72 |
| Binary | 11111111 | 101001 | 1110100 | 0 | 1010100 | 110111 | 0 | 101010011 | 1100100 | 111010 |
Color Harmonies of #FF2974
Complementary color
Monochromatic Colors of #FF2974
Black with #FF2974
Text Example
Text Example
White with #FF2974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2974; }
p { color: rgb(255,41,116); }
H1.HeaderClassName
{
color: #FF2974;
}
.AnyTagClassName
{
color: #FF2974;
}
</style>
background-color css
<style>
a { background-color: #FF2974; }
a { background-color: rgb(255,41,116); }
div.DivClassName
{
background-color: #FF2974;
}
.BgClassName
{
background-color: #FF2974;
}
</style>
border-color css
<style>
span { border-color: #FF2974; }
span { border-color: rgb(255,41,116); }
td.TdClassName
{
border-color: #FF2974;
}
.TagClassName
{
border-color: #FF2974;
}
</style>