Shades of Radical Red #FF2451
Tints of Radical Red #FF2451
RGB
CMYK
RGB Variations
Color information
#FF2451 (or 0xFF2451) is known color: Radical Red. HEX triplet: FF, 24 and 51. RGB value is (255,36,81). Sum of RGB (Red+Green+Blue) = 255+36+81=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2451 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2451 is #00DBAE. Grayscale: #6A6A6A. Windows color (decimal): -56239 or 5317887. OLE color: 5317887.
HSL color Cylindrical-coordinate representation of color #FF2451: hue angle of 347.67º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2451 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 81 | - |
| CMYK | 0 | 0.86 | 0.68 | 0 |
| HSL | 347.67º | 1% | 0.57% | - |
| HSV(B) | 347.67º | 0.86% | 1% | - |
| XYZ | 43.36 | 23.12 | 9.96 | - |
| YUV | 106.61 | 113.55 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 81 | 0 | 0.86 | 0.68 | 0 | 347.67 | 1 | 0.57 |
| Hex | FF | 24 | 51 | 0 | 56 | 44 | 0 | 15C | 64 | 39 |
| Octal | 377 | 44 | 121 | 0 | 126 | 104 | 0 | 534 | 144 | 71 |
| Binary | 11111111 | 100100 | 1010001 | 0 | 1010110 | 1000100 | 0 | 101011100 | 1100100 | 111001 |
Color Harmonies of #FF2451
Complementary color
Monochromatic Colors of #FF2451
Black with #FF2451
Text Example
Text Example
White with #FF2451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2451; }
p { color: rgb(255,36,81); }
H1.HeaderClassName
{
color: #FF2451;
}
.AnyTagClassName
{
color: #FF2451;
}
</style>
background-color css
<style>
a { background-color: #FF2451; }
a { background-color: rgb(255,36,81); }
div.DivClassName
{
background-color: #FF2451;
}
.BgClassName
{
background-color: #FF2451;
}
</style>
border-color css
<style>
span { border-color: #FF2451; }
span { border-color: rgb(255,36,81); }
td.TdClassName
{
border-color: #FF2451;
}
.TagClassName
{
border-color: #FF2451;
}
</style>