Shades of Radical Red #FF3755
Tints of Radical Red #FF3755
RGB
CMYK
RGB Variations
Color information
#FF3755 (or 0xFF3755) is known color: Radical Red. HEX triplet: FF, 37 and 55. RGB value is (255,55,85). Sum of RGB (Red+Green+Blue) = 255+55+85=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3755 is #00C8AA. Grayscale: #767676. Windows color (decimal): -51371 or 5584895. OLE color: 5584895.
HSL color Cylindrical-coordinate representation of color #FF3755: hue angle of 351º 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 #FF3755 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 85 | - |
| CMYK | 0 | 0.78 | 0.67 | 0 |
| HSL | 351º | 1% | 0.61% | - |
| HSV(B) | 351º | 0.78% | 1% | - |
| XYZ | 44.25 | 24.65 | 11.02 | - |
| YUV | 118.22 | 109.26 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 85 | 0 | 0.78 | 0.67 | 0 | 351 | 1 | 0.61 |
| Hex | FF | 37 | 55 | 0 | 4E | 43 | 0 | 15F | 64 | 3D |
| Octal | 377 | 67 | 125 | 0 | 116 | 103 | 0 | 537 | 144 | 75 |
| Binary | 11111111 | 110111 | 1010101 | 0 | 1001110 | 1000011 | 0 | 101011111 | 1100100 | 111101 |
Color Harmonies of #FF3755
Complementary color
Monochromatic Colors of #FF3755
Black with #FF3755
Text Example
Text Example
White with #FF3755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3755; }
p { color: rgb(255,55,85); }
H1.HeaderClassName
{
color: #FF3755;
}
.AnyTagClassName
{
color: #FF3755;
}
</style>
background-color css
<style>
a { background-color: #FF3755; }
a { background-color: rgb(255,55,85); }
div.DivClassName
{
background-color: #FF3755;
}
.BgClassName
{
background-color: #FF3755;
}
</style>
border-color css
<style>
span { border-color: #FF3755; }
span { border-color: rgb(255,55,85); }
td.TdClassName
{
border-color: #FF3755;
}
.TagClassName
{
border-color: #FF3755;
}
</style>