Shades of Radical Red #FF3772
Tints of Radical Red #FF3772
RGB
CMYK
RGB Variations
Color information
#FF3772 (or 0xFF3772) is known color: Radical Red. HEX triplet: FF, 37 and 72. RGB value is (255,55,114). Sum of RGB (Red+Green+Blue) = 255+55+114=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3772 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3772 is #00C88D. Grayscale: #797979. Windows color (decimal): -51342 or 7485439. OLE color: 7485439.
HSL color Cylindrical-coordinate representation of color #FF3772: hue angle of 342.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF3772 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 114 | - |
| CMYK | 0 | 0.78 | 0.55 | 0 |
| HSL | 342.3º | 1% | 0.61% | - |
| HSV(B) | 342.3º | 0.78% | 1% | - |
| XYZ | 45.64 | 25.21 | 18.38 | - |
| YUV | 121.53 | 123.76 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 114 | 0 | 0.78 | 0.55 | 0 | 342.3 | 1 | 0.61 |
| Hex | FF | 37 | 72 | 0 | 4E | 37 | 0 | 156 | 64 | 3D |
| Octal | 377 | 67 | 162 | 0 | 116 | 67 | 0 | 526 | 144 | 75 |
| Binary | 11111111 | 110111 | 1110010 | 0 | 1001110 | 110111 | 0 | 101010110 | 1100100 | 111101 |
Color Harmonies of #FF3772
Complementary color
Monochromatic Colors of #FF3772
Black with #FF3772
Text Example
Text Example
White with #FF3772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3772; }
p { color: rgb(255,55,114); }
H1.HeaderClassName
{
color: #FF3772;
}
.AnyTagClassName
{
color: #FF3772;
}
</style>
background-color css
<style>
a { background-color: #FF3772; }
a { background-color: rgb(255,55,114); }
div.DivClassName
{
background-color: #FF3772;
}
.BgClassName
{
background-color: #FF3772;
}
</style>
border-color css
<style>
span { border-color: #FF3772; }
span { border-color: rgb(255,55,114); }
td.TdClassName
{
border-color: #FF3772;
}
.TagClassName
{
border-color: #FF3772;
}
</style>