Shades of Radical Red #FF3D57
Tints of Radical Red #FF3D57
RGB
CMYK
RGB Variations
Color information
#FF3D57 (or 0xFF3D57) is known color: Radical Red. HEX triplet: FF, 3D and 57. RGB value is (255,61,87). Sum of RGB (Red+Green+Blue) = 255+61+87=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3D57 is #00C2A8. Grayscale: #7A7A7A. Windows color (decimal): -49833 or 5717503. OLE color: 5717503.
HSL color Cylindrical-coordinate representation of color #FF3D57: hue angle of 351.96º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3D57 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 87 | - |
| CMYK | 0 | 0.76 | 0.66 | 0 |
| HSL | 351.96º | 1% | 0.62% | - |
| HSV(B) | 351.96º | 0.76% | 1% | - |
| XYZ | 44.63 | 25.29 | 11.55 | - |
| YUV | 121.97 | 108.27 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 87 | 0 | 0.76 | 0.66 | 0 | 351.96 | 1 | 0.62 |
| Hex | FF | 3D | 57 | 0 | 4C | 42 | 0 | 160 | 64 | 3E |
| Octal | 377 | 75 | 127 | 0 | 114 | 102 | 0 | 540 | 144 | 76 |
| Binary | 11111111 | 111101 | 1010111 | 0 | 1001100 | 1000010 | 0 | 101100000 | 1100100 | 111110 |
Color Harmonies of #FF3D57
Complementary color
Monochromatic Colors of #FF3D57
Black with #FF3D57
Text Example
Text Example
White with #FF3D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3D57; }
p { color: rgb(255,61,87); }
H1.HeaderClassName
{
color: #FF3D57;
}
.AnyTagClassName
{
color: #FF3D57;
}
</style>
background-color css
<style>
a { background-color: #FF3D57; }
a { background-color: rgb(255,61,87); }
div.DivClassName
{
background-color: #FF3D57;
}
.BgClassName
{
background-color: #FF3D57;
}
</style>
border-color css
<style>
span { border-color: #FF3D57; }
span { border-color: rgb(255,61,87); }
td.TdClassName
{
border-color: #FF3D57;
}
.TagClassName
{
border-color: #FF3D57;
}
</style>