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