Shades of Radical Red #FF3352
Tints of Radical Red #FF3352
RGB
CMYK
RGB Variations
Color information
#FF3352 (or 0xFF3352) is known color: Radical Red. HEX triplet: FF, 33 and 52. RGB value is (255,51,82). Sum of RGB (Red+Green+Blue) = 255+51+82=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3352 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3352 is #00CCAD. Grayscale: #737373. Windows color (decimal): -52398 or 5387263. OLE color: 5387263.
HSL color Cylindrical-coordinate representation of color #FF3352: hue angle of 350.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3352 is Cyan = 0, Magento = 0.8, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 82 | - |
| CMYK | 0 | 0.8 | 0.68 | 0 |
| HSL | 350.88º | 1% | 0.6% | - |
| HSV(B) | 350.88º | 0.8% | 1% | - |
| XYZ | 43.95 | 24.24 | 10.34 | - |
| YUV | 115.53 | 109.09 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 82 | 0 | 0.8 | 0.68 | 0 | 350.88 | 1 | 0.6 |
| Hex | FF | 33 | 52 | 0 | 50 | 44 | 0 | 15F | 64 | 3C |
| Octal | 377 | 63 | 122 | 0 | 120 | 104 | 0 | 537 | 144 | 74 |
| Binary | 11111111 | 110011 | 1010010 | 0 | 1010000 | 1000100 | 0 | 101011111 | 1100100 | 111100 |
Color Harmonies of #FF3352
Complementary color
Monochromatic Colors of #FF3352
Black with #FF3352
Text Example
Text Example
White with #FF3352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3352; }
p { color: rgb(255,51,82); }
H1.HeaderClassName
{
color: #FF3352;
}
.AnyTagClassName
{
color: #FF3352;
}
</style>
background-color css
<style>
a { background-color: #FF3352; }
a { background-color: rgb(255,51,82); }
div.DivClassName
{
background-color: #FF3352;
}
.BgClassName
{
background-color: #FF3352;
}
</style>
border-color css
<style>
span { border-color: #FF3352; }
span { border-color: rgb(255,51,82); }
td.TdClassName
{
border-color: #FF3352;
}
.TagClassName
{
border-color: #FF3352;
}
</style>