Shades of Radical Red #FF2649
Tints of Radical Red #FF2649
RGB
CMYK
RGB Variations
Color information
#FF2649 (or 0xFF2649) is known color: Radical Red. HEX triplet: FF, 26 and 49. RGB value is (255,38,73). Sum of RGB (Red+Green+Blue) = 255+38+73=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2649 is #00D9B6. Grayscale: #6A6A6A. Windows color (decimal): -55735 or 4794111. OLE color: 4794111.
HSL color Cylindrical-coordinate representation of color #FF2649: hue angle of 350.32º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2649 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 73 | - |
| CMYK | 0 | 0.85 | 0.71 | 0 |
| HSL | 350.32º | 1% | 0.57% | - |
| HSV(B) | 350.32º | 0.85% | 1% | - |
| XYZ | 43.14 | 23.13 | 8.49 | - |
| YUV | 106.87 | 108.89 | 233.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 73 | 0 | 0.85 | 0.71 | 0 | 350.32 | 1 | 0.57 |
| Hex | FF | 26 | 49 | 0 | 55 | 47 | 0 | 15E | 64 | 39 |
| Octal | 377 | 46 | 111 | 0 | 125 | 107 | 0 | 536 | 144 | 71 |
| Binary | 11111111 | 100110 | 1001001 | 0 | 1010101 | 1000111 | 0 | 101011110 | 1100100 | 111001 |
Color Harmonies of #FF2649
Complementary color
Monochromatic Colors of #FF2649
Black with #FF2649
Text Example
Text Example
White with #FF2649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2649; }
p { color: rgb(255,38,73); }
H1.HeaderClassName
{
color: #FF2649;
}
.AnyTagClassName
{
color: #FF2649;
}
</style>
background-color css
<style>
a { background-color: #FF2649; }
a { background-color: rgb(255,38,73); }
div.DivClassName
{
background-color: #FF2649;
}
.BgClassName
{
background-color: #FF2649;
}
</style>
border-color css
<style>
span { border-color: #FF2649; }
span { border-color: rgb(255,38,73); }
td.TdClassName
{
border-color: #FF2649;
}
.TagClassName
{
border-color: #FF2649;
}
</style>