Shades of Radical Red #FF2351
Tints of Radical Red #FF2351
RGB
CMYK
RGB Variations
Color information
#FF2351 (or 0xFF2351) is known color: Radical Red. HEX triplet: FF, 23 and 51. RGB value is (255,35,81). Sum of RGB (Red+Green+Blue) = 255+35+81=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2351 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2351 is #00DCAE. Grayscale: #6A6A6A. Windows color (decimal): -56495 or 5317631. OLE color: 5317631.
HSL color Cylindrical-coordinate representation of color #FF2351: hue angle of 347.45º 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 #FF2351 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 81 | - |
| CMYK | 0 | 0.86 | 0.68 | 0 |
| HSL | 347.45º | 1% | 0.57% | - |
| HSV(B) | 347.45º | 0.86% | 1% | - |
| XYZ | 43.33 | 23.06 | 9.95 | - |
| YUV | 106.02 | 113.89 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 81 | 0 | 0.86 | 0.68 | 0 | 347.45 | 1 | 0.57 |
| Hex | FF | 23 | 51 | 0 | 56 | 44 | 0 | 15B | 64 | 39 |
| Octal | 377 | 43 | 121 | 0 | 126 | 104 | 0 | 533 | 144 | 71 |
| Binary | 11111111 | 100011 | 1010001 | 0 | 1010110 | 1000100 | 0 | 101011011 | 1100100 | 111001 |
Color Harmonies of #FF2351
Complementary color
Monochromatic Colors of #FF2351
Black with #FF2351
Text Example
Text Example
White with #FF2351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2351; }
p { color: rgb(255,35,81); }
H1.HeaderClassName
{
color: #FF2351;
}
.AnyTagClassName
{
color: #FF2351;
}
</style>
background-color css
<style>
a { background-color: #FF2351; }
a { background-color: rgb(255,35,81); }
div.DivClassName
{
background-color: #FF2351;
}
.BgClassName
{
background-color: #FF2351;
}
</style>
border-color css
<style>
span { border-color: #FF2351; }
span { border-color: rgb(255,35,81); }
td.TdClassName
{
border-color: #FF2351;
}
.TagClassName
{
border-color: #FF2351;
}
</style>