Shades of Radical Red #FF2D5D
Tints of Radical Red #FF2D5D
RGB
CMYK
RGB Variations
Color information
#FF2D5D (or 0xFF2D5D) is known color: Radical Red. HEX triplet: FF, 2D and 5D. RGB value is (255,45,93). Sum of RGB (Red+Green+Blue) = 255+45+93=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2D5D is #00D2A2. Grayscale: #717171. Windows color (decimal): -53923 or 6106623. OLE color: 6106623.
HSL color Cylindrical-coordinate representation of color #FF2D5D: hue angle of 346.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2D5D is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 93 | - |
| CMYK | 0 | 0.82 | 0.64 | 0 |
| HSL | 346.29º | 1% | 0.59% | - |
| HSV(B) | 346.29º | 0.82% | 1% | - |
| XYZ | 44.15 | 23.93 | 12.65 | - |
| YUV | 113.26 | 116.57 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 93 | 0 | 0.82 | 0.64 | 0 | 346.29 | 1 | 0.59 |
| Hex | FF | 2D | 5D | 0 | 52 | 40 | 0 | 15A | 64 | 3B |
| Octal | 377 | 55 | 135 | 0 | 122 | 100 | 0 | 532 | 144 | 73 |
| Binary | 11111111 | 101101 | 1011101 | 0 | 1010010 | 1000000 | 0 | 101011010 | 1100100 | 111011 |
Color Harmonies of #FF2D5D
Complementary color
Monochromatic Colors of #FF2D5D
Black with #FF2D5D
Text Example
Text Example
White with #FF2D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2D5D; }
p { color: rgb(255,45,93); }
H1.HeaderClassName
{
color: #FF2D5D;
}
.AnyTagClassName
{
color: #FF2D5D;
}
</style>
background-color css
<style>
a { background-color: #FF2D5D; }
a { background-color: rgb(255,45,93); }
div.DivClassName
{
background-color: #FF2D5D;
}
.BgClassName
{
background-color: #FF2D5D;
}
</style>
border-color css
<style>
span { border-color: #FF2D5D; }
span { border-color: rgb(255,45,93); }
td.TdClassName
{
border-color: #FF2D5D;
}
.TagClassName
{
border-color: #FF2D5D;
}
</style>