Shades of Radical Red #FF2B53
Tints of Radical Red #FF2B53
RGB
CMYK
RGB Variations
Color information
#FF2B53 (or 0xFF2B53) is known color: Radical Red. HEX triplet: FF, 2B and 53. RGB value is (255,43,83). Sum of RGB (Red+Green+Blue) = 255+43+83=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2B53 is #00D4AC. Grayscale: #6F6F6F. Windows color (decimal): -54445 or 5450751. OLE color: 5450751.
HSL color Cylindrical-coordinate representation of color #FF2B53: hue angle of 348.68º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2B53 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 83 | - |
| CMYK | 0 | 0.83 | 0.67 | 0 |
| HSL | 348.68º | 1% | 0.58% | - |
| HSV(B) | 348.68º | 0.83% | 1% | - |
| XYZ | 43.67 | 23.61 | 10.44 | - |
| YUV | 110.95 | 112.24 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 83 | 0 | 0.83 | 0.67 | 0 | 348.68 | 1 | 0.58 |
| Hex | FF | 2B | 53 | 0 | 53 | 43 | 0 | 15D | 64 | 3A |
| Octal | 377 | 53 | 123 | 0 | 123 | 103 | 0 | 535 | 144 | 72 |
| Binary | 11111111 | 101011 | 1010011 | 0 | 1010011 | 1000011 | 0 | 101011101 | 1100100 | 111010 |
Color Harmonies of #FF2B53
Complementary color
Monochromatic Colors of #FF2B53
Black with #FF2B53
Text Example
Text Example
White with #FF2B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B53; }
p { color: rgb(255,43,83); }
H1.HeaderClassName
{
color: #FF2B53;
}
.AnyTagClassName
{
color: #FF2B53;
}
</style>
background-color css
<style>
a { background-color: #FF2B53; }
a { background-color: rgb(255,43,83); }
div.DivClassName
{
background-color: #FF2B53;
}
.BgClassName
{
background-color: #FF2B53;
}
</style>
border-color css
<style>
span { border-color: #FF2B53; }
span { border-color: rgb(255,43,83); }
td.TdClassName
{
border-color: #FF2B53;
}
.TagClassName
{
border-color: #FF2B53;
}
</style>