Shades of Radical Red #FF2952
Tints of Radical Red #FF2952
RGB
CMYK
RGB Variations
Color information
#FF2952 (or 0xFF2952) is known color: Radical Red. HEX triplet: FF, 29 and 52. RGB value is (255,41,82). Sum of RGB (Red+Green+Blue) = 255+41+82=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2952 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2952 is #00D6AD. Grayscale: #6D6D6D. Windows color (decimal): -54958 or 5384703. OLE color: 5384703.
HSL color Cylindrical-coordinate representation of color #FF2952: hue angle of 348.5º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2952 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 82 | - |
| CMYK | 0 | 0.84 | 0.68 | 0 |
| HSL | 348.5º | 1% | 0.58% | - |
| HSV(B) | 348.5º | 0.84% | 1% | - |
| XYZ | 43.56 | 23.46 | 10.21 | - |
| YUV | 109.66 | 112.4 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 82 | 0 | 0.84 | 0.68 | 0 | 348.5 | 1 | 0.58 |
| Hex | FF | 29 | 52 | 0 | 54 | 44 | 0 | 15D | 64 | 3A |
| Octal | 377 | 51 | 122 | 0 | 124 | 104 | 0 | 535 | 144 | 72 |
| Binary | 11111111 | 101001 | 1010010 | 0 | 1010100 | 1000100 | 0 | 101011101 | 1100100 | 111010 |
Color Harmonies of #FF2952
Complementary color
Monochromatic Colors of #FF2952
Black with #FF2952
Text Example
Text Example
White with #FF2952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2952; }
p { color: rgb(255,41,82); }
H1.HeaderClassName
{
color: #FF2952;
}
.AnyTagClassName
{
color: #FF2952;
}
</style>
background-color css
<style>
a { background-color: #FF2952; }
a { background-color: rgb(255,41,82); }
div.DivClassName
{
background-color: #FF2952;
}
.BgClassName
{
background-color: #FF2952;
}
</style>
border-color css
<style>
span { border-color: #FF2952; }
span { border-color: rgb(255,41,82); }
td.TdClassName
{
border-color: #FF2952;
}
.TagClassName
{
border-color: #FF2952;
}
</style>