Shades of Radical Red #FF2758
Tints of Radical Red #FF2758
RGB
CMYK
RGB Variations
Color information
#FF2758 (or 0xFF2758) is known color: Radical Red. HEX triplet: FF, 27 and 58. RGB value is (255,39,88). Sum of RGB (Red+Green+Blue) = 255+39+88=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2758 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2758 is #00D8A7. Grayscale: #6D6D6D. Windows color (decimal): -55464 or 5777407. OLE color: 5777407.
HSL color Cylindrical-coordinate representation of color #FF2758: hue angle of 346.39º 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 #FF2758 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 88 | - |
| CMYK | 0 | 0.85 | 0.65 | 0 |
| HSL | 346.39º | 1% | 0.58% | - |
| HSV(B) | 346.39º | 0.85% | 1% | - |
| XYZ | 43.73 | 23.42 | 11.45 | - |
| YUV | 109.17 | 116.06 | 232.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 88 | 0 | 0.85 | 0.65 | 0 | 346.39 | 1 | 0.58 |
| Hex | FF | 27 | 58 | 0 | 55 | 41 | 0 | 15A | 64 | 3A |
| Octal | 377 | 47 | 130 | 0 | 125 | 101 | 0 | 532 | 144 | 72 |
| Binary | 11111111 | 100111 | 1011000 | 0 | 1010101 | 1000001 | 0 | 101011010 | 1100100 | 111010 |
Color Harmonies of #FF2758
Complementary color
Monochromatic Colors of #FF2758
Black with #FF2758
Text Example
Text Example
White with #FF2758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2758; }
p { color: rgb(255,39,88); }
H1.HeaderClassName
{
color: #FF2758;
}
.AnyTagClassName
{
color: #FF2758;
}
</style>
background-color css
<style>
a { background-color: #FF2758; }
a { background-color: rgb(255,39,88); }
div.DivClassName
{
background-color: #FF2758;
}
.BgClassName
{
background-color: #FF2758;
}
</style>
border-color css
<style>
span { border-color: #FF2758; }
span { border-color: rgb(255,39,88); }
td.TdClassName
{
border-color: #FF2758;
}
.TagClassName
{
border-color: #FF2758;
}
</style>