Shades of Radical Red #FF3750
Tints of Radical Red #FF3750
RGB
CMYK
RGB Variations
Color information
#FF3750 (or 0xFF3750) is known color: Radical Red. HEX triplet: FF, 37 and 50. RGB value is (255,55,80). Sum of RGB (Red+Green+Blue) = 255+55+80=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3750 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3750 is #00C8AF. Grayscale: #757575. Windows color (decimal): -51376 or 5257215. OLE color: 5257215.
HSL color Cylindrical-coordinate representation of color #FF3750: hue angle of 352.5º 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 #FF3750 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 80 | - |
| CMYK | 0 | 0.78 | 0.69 | 0 |
| HSL | 352.5º | 1% | 0.61% | - |
| HSV(B) | 352.5º | 0.78% | 1% | - |
| XYZ | 44.05 | 24.57 | 10.01 | - |
| YUV | 117.65 | 106.76 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 80 | 0 | 0.78 | 0.69 | 0 | 352.5 | 1 | 0.61 |
| Hex | FF | 37 | 50 | 0 | 4E | 45 | 0 | 160 | 64 | 3D |
| Octal | 377 | 67 | 120 | 0 | 116 | 105 | 0 | 540 | 144 | 75 |
| Binary | 11111111 | 110111 | 1010000 | 0 | 1001110 | 1000101 | 0 | 101100000 | 1100100 | 111101 |
Color Harmonies of #FF3750
Complementary color
Monochromatic Colors of #FF3750
Black with #FF3750
Text Example
Text Example
White with #FF3750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3750; }
p { color: rgb(255,55,80); }
H1.HeaderClassName
{
color: #FF3750;
}
.AnyTagClassName
{
color: #FF3750;
}
</style>
background-color css
<style>
a { background-color: #FF3750; }
a { background-color: rgb(255,55,80); }
div.DivClassName
{
background-color: #FF3750;
}
.BgClassName
{
background-color: #FF3750;
}
</style>
border-color css
<style>
span { border-color: #FF3750; }
span { border-color: rgb(255,55,80); }
td.TdClassName
{
border-color: #FF3750;
}
.TagClassName
{
border-color: #FF3750;
}
</style>