Shades of Radical Red #FF375B
Tints of Radical Red #FF375B
RGB
CMYK
RGB Variations
Color information
#FF375B (or 0xFF375B) is known color: Radical Red. HEX triplet: FF, 37 and 5B. RGB value is (255,55,91). Sum of RGB (Red+Green+Blue) = 255+55+91=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF375B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF375B is #00C8A4. Grayscale: #767676. Windows color (decimal): -51365 or 5978111. OLE color: 5978111.
HSL color Cylindrical-coordinate representation of color #FF375B: hue angle of 349.2º 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 #FF375B is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 91 | - |
| CMYK | 0 | 0.78 | 0.64 | 0 |
| HSL | 349.2º | 1% | 0.61% | - |
| HSV(B) | 349.2º | 0.78% | 1% | - |
| XYZ | 44.49 | 24.75 | 12.33 | - |
| YUV | 118.9 | 112.26 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 91 | 0 | 0.78 | 0.64 | 0 | 349.2 | 1 | 0.61 |
| Hex | FF | 37 | 5B | 0 | 4E | 40 | 0 | 15D | 64 | 3D |
| Octal | 377 | 67 | 133 | 0 | 116 | 100 | 0 | 535 | 144 | 75 |
| Binary | 11111111 | 110111 | 1011011 | 0 | 1001110 | 1000000 | 0 | 101011101 | 1100100 | 111101 |
Color Harmonies of #FF375B
Complementary color
Monochromatic Colors of #FF375B
Black with #FF375B
Text Example
Text Example
White with #FF375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF375B; }
p { color: rgb(255,55,91); }
H1.HeaderClassName
{
color: #FF375B;
}
.AnyTagClassName
{
color: #FF375B;
}
</style>
background-color css
<style>
a { background-color: #FF375B; }
a { background-color: rgb(255,55,91); }
div.DivClassName
{
background-color: #FF375B;
}
.BgClassName
{
background-color: #FF375B;
}
</style>
border-color css
<style>
span { border-color: #FF375B; }
span { border-color: rgb(255,55,91); }
td.TdClassName
{
border-color: #FF375B;
}
.TagClassName
{
border-color: #FF375B;
}
</style>