Shades of Radical Red #FF2748
Tints of Radical Red #FF2748
RGB
CMYK
RGB Variations
Color information
#FF2748 (or 0xFF2748) is known color: Radical Red. HEX triplet: FF, 27 and 48. RGB value is (255,39,72). Sum of RGB (Red+Green+Blue) = 255+39+72=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2748 is #00D8B7. Grayscale: #6B6B6B. Windows color (decimal): -55480 or 4728831. OLE color: 4728831.
HSL color Cylindrical-coordinate representation of color #FF2748: hue angle of 350.83º 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 #FF2748 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 72 | - |
| CMYK | 0 | 0.85 | 0.72 | 0 |
| HSL | 350.83º | 1% | 0.58% | - |
| HSV(B) | 350.83º | 0.85% | 1% | - |
| XYZ | 43.14 | 23.18 | 8.33 | - |
| YUV | 107.35 | 108.06 | 233.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 72 | 0 | 0.85 | 0.72 | 0 | 350.83 | 1 | 0.58 |
| Hex | FF | 27 | 48 | 0 | 55 | 48 | 0 | 15F | 64 | 3A |
| Octal | 377 | 47 | 110 | 0 | 125 | 110 | 0 | 537 | 144 | 72 |
| Binary | 11111111 | 100111 | 1001000 | 0 | 1010101 | 1001000 | 0 | 101011111 | 1100100 | 111010 |
Color Harmonies of #FF2748
Complementary color
Monochromatic Colors of #FF2748
Black with #FF2748
Text Example
Text Example
White with #FF2748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2748; }
p { color: rgb(255,39,72); }
H1.HeaderClassName
{
color: #FF2748;
}
.AnyTagClassName
{
color: #FF2748;
}
</style>
background-color css
<style>
a { background-color: #FF2748; }
a { background-color: rgb(255,39,72); }
div.DivClassName
{
background-color: #FF2748;
}
.BgClassName
{
background-color: #FF2748;
}
</style>
border-color css
<style>
span { border-color: #FF2748; }
span { border-color: rgb(255,39,72); }
td.TdClassName
{
border-color: #FF2748;
}
.TagClassName
{
border-color: #FF2748;
}
</style>