Shades of Radical Red #FF3372
Tints of Radical Red #FF3372
RGB
CMYK
RGB Variations
Color information
#FF3372 (or 0xFF3372) is known color: Radical Red. HEX triplet: FF, 33 and 72. RGB value is (255,51,114). Sum of RGB (Red+Green+Blue) = 255+51+114=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3372 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3372 is #00CC8D. Grayscale: #777777. Windows color (decimal): -52366 or 7484415. OLE color: 7484415.
HSL color Cylindrical-coordinate representation of color #FF3372: hue angle of 341.47º 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 #FF3372 is Cyan = 0, Magento = 0.8, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 114 | - |
| CMYK | 0 | 0.8 | 0.55 | 0 |
| HSL | 341.47º | 1% | 0.6% | - |
| HSV(B) | 341.47º | 0.8% | 1% | - |
| XYZ | 45.46 | 24.84 | 18.32 | - |
| YUV | 119.18 | 125.09 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 114 | 0 | 0.8 | 0.55 | 0 | 341.47 | 1 | 0.6 |
| Hex | FF | 33 | 72 | 0 | 50 | 37 | 0 | 155 | 64 | 3C |
| Octal | 377 | 63 | 162 | 0 | 120 | 67 | 0 | 525 | 144 | 74 |
| Binary | 11111111 | 110011 | 1110010 | 0 | 1010000 | 110111 | 0 | 101010101 | 1100100 | 111100 |
Color Harmonies of #FF3372
Complementary color
Monochromatic Colors of #FF3372
Black with #FF3372
Text Example
Text Example
White with #FF3372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3372; }
p { color: rgb(255,51,114); }
H1.HeaderClassName
{
color: #FF3372;
}
.AnyTagClassName
{
color: #FF3372;
}
</style>
background-color css
<style>
a { background-color: #FF3372; }
a { background-color: rgb(255,51,114); }
div.DivClassName
{
background-color: #FF3372;
}
.BgClassName
{
background-color: #FF3372;
}
</style>
border-color css
<style>
span { border-color: #FF3372; }
span { border-color: rgb(255,51,114); }
td.TdClassName
{
border-color: #FF3372;
}
.TagClassName
{
border-color: #FF3372;
}
</style>