Shades of Radical Red #FF3770
Tints of Radical Red #FF3770
RGB
CMYK
RGB Variations
Color information
#FF3770 (or 0xFF3770) is known color: Radical Red. HEX triplet: FF, 37 and 70. RGB value is (255,55,112). Sum of RGB (Red+Green+Blue) = 255+55+112=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 55 (21.88% from 255 or 13.03% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3770 is #00C88F. Grayscale: #797979. Windows color (decimal): -51344 or 7354367. OLE color: 7354367.
HSL color Cylindrical-coordinate representation of color #FF3770: hue angle of 342.9º 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 #FF3770 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 112 | - |
| CMYK | 0 | 0.78 | 0.56 | 0 |
| HSL | 342.9º | 1% | 0.61% | - |
| HSV(B) | 342.9º | 0.78% | 1% | - |
| XYZ | 45.53 | 25.16 | 17.79 | - |
| YUV | 121.3 | 122.76 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 112 | 0 | 0.78 | 0.56 | 0 | 342.9 | 1 | 0.61 |
| Hex | FF | 37 | 70 | 0 | 4E | 38 | 0 | 157 | 64 | 3D |
| Octal | 377 | 67 | 160 | 0 | 116 | 70 | 0 | 527 | 144 | 75 |
| Binary | 11111111 | 110111 | 1110000 | 0 | 1001110 | 111000 | 0 | 101010111 | 1100100 | 111101 |
Color Harmonies of #FF3770
Complementary color
Monochromatic Colors of #FF3770
Black with #FF3770
Text Example
Text Example
White with #FF3770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3770; }
p { color: rgb(255,55,112); }
H1.HeaderClassName
{
color: #FF3770;
}
.AnyTagClassName
{
color: #FF3770;
}
</style>
background-color css
<style>
a { background-color: #FF3770; }
a { background-color: rgb(255,55,112); }
div.DivClassName
{
background-color: #FF3770;
}
.BgClassName
{
background-color: #FF3770;
}
</style>
border-color css
<style>
span { border-color: #FF3770; }
span { border-color: rgb(255,55,112); }
td.TdClassName
{
border-color: #FF3770;
}
.TagClassName
{
border-color: #FF3770;
}
</style>