Shades of Radical Red #FF1D52
Tints of Radical Red #FF1D52
RGB
CMYK
RGB Variations
Color information
#FF1D52 (or 0xFF1D52) is known color: Radical Red. HEX triplet: FF, 1D and 52. RGB value is (255,29,82). Sum of RGB (Red+Green+Blue) = 255+29+82=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1D52 is #00E2AD. Grayscale: #666666. Windows color (decimal): -58030 or 5381631. OLE color: 5381631.
HSL color Cylindrical-coordinate representation of color #FF1D52: hue angle of 345.93º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1D52 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 82 | - |
| CMYK | 0 | 0.89 | 0.68 | 0 |
| HSL | 345.93º | 1% | 0.56% | - |
| HSV(B) | 345.93º | 0.89% | 1% | - |
| XYZ | 43.2 | 22.75 | 10.1 | - |
| YUV | 102.62 | 116.37 | 236.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 82 | 0 | 0.89 | 0.68 | 0 | 345.93 | 1 | 0.56 |
| Hex | FF | 1D | 52 | 0 | 59 | 44 | 0 | 15A | 64 | 38 |
| Octal | 377 | 35 | 122 | 0 | 131 | 104 | 0 | 532 | 144 | 70 |
| Binary | 11111111 | 11101 | 1010010 | 0 | 1011001 | 1000100 | 0 | 101011010 | 1100100 | 111000 |
Color Harmonies of #FF1D52
Complementary color
Monochromatic Colors of #FF1D52
Black with #FF1D52
Text Example
Text Example
White with #FF1D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D52; }
p { color: rgb(255,29,82); }
H1.HeaderClassName
{
color: #FF1D52;
}
.AnyTagClassName
{
color: #FF1D52;
}
</style>
background-color css
<style>
a { background-color: #FF1D52; }
a { background-color: rgb(255,29,82); }
div.DivClassName
{
background-color: #FF1D52;
}
.BgClassName
{
background-color: #FF1D52;
}
</style>
border-color css
<style>
span { border-color: #FF1D52; }
span { border-color: rgb(255,29,82); }
td.TdClassName
{
border-color: #FF1D52;
}
.TagClassName
{
border-color: #FF1D52;
}
</style>