Shades of Radical Red #FF2946
Tints of Radical Red #FF2946
RGB
CMYK
RGB Variations
Color information
#FF2946 (or 0xFF2946) is known color: Radical Red. HEX triplet: FF, 29 and 46. RGB value is (255,41,70). Sum of RGB (Red+Green+Blue) = 255+41+70=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2946 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2946 is #00D6B9. Grayscale: #6C6C6C. Windows color (decimal): -54970 or 4598271. OLE color: 4598271.
HSL color Cylindrical-coordinate representation of color #FF2946: hue angle of 351.87º 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 #FF2946 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 70 | - |
| CMYK | 0 | 0.84 | 0.73 | 0 |
| HSL | 351.87º | 1% | 0.58% | - |
| HSV(B) | 351.87º | 0.84% | 1% | - |
| XYZ | 43.14 | 23.29 | 8.02 | - |
| YUV | 108.29 | 106.4 | 232.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 70 | 0 | 0.84 | 0.73 | 0 | 351.87 | 1 | 0.58 |
| Hex | FF | 29 | 46 | 0 | 54 | 49 | 0 | 160 | 64 | 3A |
| Octal | 377 | 51 | 106 | 0 | 124 | 111 | 0 | 540 | 144 | 72 |
| Binary | 11111111 | 101001 | 1000110 | 0 | 1010100 | 1001001 | 0 | 101100000 | 1100100 | 111010 |
Color Harmonies of #FF2946
Complementary color
Monochromatic Colors of #FF2946
Black with #FF2946
Text Example
Text Example
White with #FF2946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2946; }
p { color: rgb(255,41,70); }
H1.HeaderClassName
{
color: #FF2946;
}
.AnyTagClassName
{
color: #FF2946;
}
</style>
background-color css
<style>
a { background-color: #FF2946; }
a { background-color: rgb(255,41,70); }
div.DivClassName
{
background-color: #FF2946;
}
.BgClassName
{
background-color: #FF2946;
}
</style>
border-color css
<style>
span { border-color: #FF2946; }
span { border-color: rgb(255,41,70); }
td.TdClassName
{
border-color: #FF2946;
}
.TagClassName
{
border-color: #FF2946;
}
</style>