Shades of Radical Red #FF375C
Tints of Radical Red #FF375C
RGB
CMYK
RGB Variations
Color information
#FF375C (or 0xFF375C) is known color: Radical Red. HEX triplet: FF, 37 and 5C. RGB value is (255,55,92). Sum of RGB (Red+Green+Blue) = 255+55+92=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF375C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF375C is #00C8A3. Grayscale: #777777. Windows color (decimal): -51364 or 6043647. OLE color: 6043647.
HSL color Cylindrical-coordinate representation of color #FF375C: hue angle of 348.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 #FF375C is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 92 | - |
| CMYK | 0 | 0.78 | 0.64 | 0 |
| HSL | 348.9º | 1% | 0.61% | - |
| HSV(B) | 348.9º | 0.78% | 1% | - |
| XYZ | 44.54 | 24.77 | 12.56 | - |
| YUV | 119.02 | 112.76 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 92 | 0 | 0.78 | 0.64 | 0 | 348.9 | 1 | 0.61 |
| Hex | FF | 37 | 5C | 0 | 4E | 40 | 0 | 15D | 64 | 3D |
| Octal | 377 | 67 | 134 | 0 | 116 | 100 | 0 | 535 | 144 | 75 |
| Binary | 11111111 | 110111 | 1011100 | 0 | 1001110 | 1000000 | 0 | 101011101 | 1100100 | 111101 |
Color Harmonies of #FF375C
Complementary color
Monochromatic Colors of #FF375C
Black with #FF375C
Text Example
Text Example
White with #FF375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF375C; }
p { color: rgb(255,55,92); }
H1.HeaderClassName
{
color: #FF375C;
}
.AnyTagClassName
{
color: #FF375C;
}
</style>
background-color css
<style>
a { background-color: #FF375C; }
a { background-color: rgb(255,55,92); }
div.DivClassName
{
background-color: #FF375C;
}
.BgClassName
{
background-color: #FF375C;
}
</style>
border-color css
<style>
span { border-color: #FF375C; }
span { border-color: rgb(255,55,92); }
td.TdClassName
{
border-color: #FF375C;
}
.TagClassName
{
border-color: #FF375C;
}
</style>