Shades of Radical Red #FF2152
Tints of Radical Red #FF2152
RGB
CMYK
RGB Variations
Color information
#FF2152 (or 0xFF2152) is known color: Radical Red. HEX triplet: FF, 21 and 52. RGB value is (255,33,82). Sum of RGB (Red+Green+Blue) = 255+33+82=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2152 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2152 is #00DEAD. Grayscale: #686868. Windows color (decimal): -57006 or 5382655. OLE color: 5382655.
HSL color Cylindrical-coordinate representation of color #FF2152: hue angle of 346.76º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2152 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 82 | - |
| CMYK | 0 | 0.87 | 0.68 | 0 |
| HSL | 346.76º | 1% | 0.56% | - |
| HSV(B) | 346.76º | 0.87% | 1% | - |
| XYZ | 43.31 | 22.96 | 10.13 | - |
| YUV | 104.96 | 115.05 | 235.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 82 | 0 | 0.87 | 0.68 | 0 | 346.76 | 1 | 0.56 |
| Hex | FF | 21 | 52 | 0 | 57 | 44 | 0 | 15B | 64 | 38 |
| Octal | 377 | 41 | 122 | 0 | 127 | 104 | 0 | 533 | 144 | 70 |
| Binary | 11111111 | 100001 | 1010010 | 0 | 1010111 | 1000100 | 0 | 101011011 | 1100100 | 111000 |
Color Harmonies of #FF2152
Complementary color
Monochromatic Colors of #FF2152
Black with #FF2152
Text Example
Text Example
White with #FF2152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2152; }
p { color: rgb(255,33,82); }
H1.HeaderClassName
{
color: #FF2152;
}
.AnyTagClassName
{
color: #FF2152;
}
</style>
background-color css
<style>
a { background-color: #FF2152; }
a { background-color: rgb(255,33,82); }
div.DivClassName
{
background-color: #FF2152;
}
.BgClassName
{
background-color: #FF2152;
}
</style>
border-color css
<style>
span { border-color: #FF2152; }
span { border-color: rgb(255,33,82); }
td.TdClassName
{
border-color: #FF2152;
}
.TagClassName
{
border-color: #FF2152;
}
</style>