Shades of Radical Red #FF2949
Tints of Radical Red #FF2949
RGB
CMYK
RGB Variations
Color information
#FF2949 (or 0xFF2949) is known color: Radical Red. HEX triplet: FF, 29 and 49. RGB value is (255,41,73). Sum of RGB (Red+Green+Blue) = 255+41+73=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2949 is #00D6B6. Grayscale: #6C6C6C. Windows color (decimal): -54967 or 4794879. OLE color: 4794879.
HSL color Cylindrical-coordinate representation of color #FF2949: hue angle of 351.03º 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 #FF2949 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 73 | - |
| CMYK | 0 | 0.84 | 0.71 | 0 |
| HSL | 351.03º | 1% | 0.58% | - |
| HSV(B) | 351.03º | 0.84% | 1% | - |
| XYZ | 43.24 | 23.33 | 8.53 | - |
| YUV | 108.63 | 107.9 | 232.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 73 | 0 | 0.84 | 0.71 | 0 | 351.03 | 1 | 0.58 |
| Hex | FF | 29 | 49 | 0 | 54 | 47 | 0 | 15F | 64 | 3A |
| Octal | 377 | 51 | 111 | 0 | 124 | 107 | 0 | 537 | 144 | 72 |
| Binary | 11111111 | 101001 | 1001001 | 0 | 1010100 | 1000111 | 0 | 101011111 | 1100100 | 111010 |
Color Harmonies of #FF2949
Complementary color
Monochromatic Colors of #FF2949
Black with #FF2949
Text Example
Text Example
White with #FF2949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2949; }
p { color: rgb(255,41,73); }
H1.HeaderClassName
{
color: #FF2949;
}
.AnyTagClassName
{
color: #FF2949;
}
</style>
background-color css
<style>
a { background-color: #FF2949; }
a { background-color: rgb(255,41,73); }
div.DivClassName
{
background-color: #FF2949;
}
.BgClassName
{
background-color: #FF2949;
}
</style>
border-color css
<style>
span { border-color: #FF2949; }
span { border-color: rgb(255,41,73); }
td.TdClassName
{
border-color: #FF2949;
}
.TagClassName
{
border-color: #FF2949;
}
</style>