Shades of Radical Red #FF375F
Tints of Radical Red #FF375F
RGB
CMYK
RGB Variations
Color information
#FF375F (or 0xFF375F) is known color: Radical Red. HEX triplet: FF, 37 and 5F. RGB value is (255,55,95). Sum of RGB (Red+Green+Blue) = 255+55+95=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF375F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF375F is #00C8A0. Grayscale: #777777. Windows color (decimal): -51361 or 6240255. OLE color: 6240255.
HSL color Cylindrical-coordinate representation of color #FF375F: hue angle of 348º 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 #FF375F is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 95 | - |
| CMYK | 0 | 0.78 | 0.63 | 0 |
| HSL | 348º | 1% | 0.61% | - |
| HSV(B) | 348º | 0.78% | 1% | - |
| XYZ | 44.67 | 24.82 | 13.26 | - |
| YUV | 119.36 | 114.26 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 95 | 0 | 0.78 | 0.63 | 0 | 348 | 1 | 0.61 |
| Hex | FF | 37 | 5F | 0 | 4E | 3F | 0 | 15C | 64 | 3D |
| Octal | 377 | 67 | 137 | 0 | 116 | 77 | 0 | 534 | 144 | 75 |
| Binary | 11111111 | 110111 | 1011111 | 0 | 1001110 | 111111 | 0 | 101011100 | 1100100 | 111101 |
Color Harmonies of #FF375F
Complementary color
Monochromatic Colors of #FF375F
Black with #FF375F
Text Example
Text Example
White with #FF375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF375F; }
p { color: rgb(255,55,95); }
H1.HeaderClassName
{
color: #FF375F;
}
.AnyTagClassName
{
color: #FF375F;
}
</style>
background-color css
<style>
a { background-color: #FF375F; }
a { background-color: rgb(255,55,95); }
div.DivClassName
{
background-color: #FF375F;
}
.BgClassName
{
background-color: #FF375F;
}
</style>
border-color css
<style>
span { border-color: #FF375F; }
span { border-color: rgb(255,55,95); }
td.TdClassName
{
border-color: #FF375F;
}
.TagClassName
{
border-color: #FF375F;
}
</style>