Shades of Radical Red #FF3565
Tints of Radical Red #FF3565
RGB
CMYK
RGB Variations
Color information
#FF3565 (or 0xFF3565) is known color: Radical Red. HEX triplet: FF, 35 and 65. RGB value is (255,53,101). Sum of RGB (Red+Green+Blue) = 255+53+101=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3565 is #00CA9A. Grayscale: #767676. Windows color (decimal): -51867 or 6632959. OLE color: 6632959.
HSL color Cylindrical-coordinate representation of color #FF3565: hue angle of 345.74º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF3565 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 101 | - |
| CMYK | 0 | 0.79 | 0.60 | 0 |
| HSL | 345.74º | 1% | 0.6% | - |
| HSV(B) | 345.74º | 0.79% | 1% | - |
| XYZ | 44.86 | 24.75 | 14.72 | - |
| YUV | 118.87 | 117.92 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 101 | 0 | 0.79 | 0.60 | 0 | 345.74 | 1 | 0.6 |
| Hex | FF | 35 | 65 | 0 | 4F | 3C | 0 | 15A | 64 | 3C |
| Octal | 377 | 65 | 145 | 0 | 117 | 74 | 0 | 532 | 144 | 74 |
| Binary | 11111111 | 110101 | 1100101 | 0 | 1001111 | 111100 | 0 | 101011010 | 1100100 | 111100 |
Color Harmonies of #FF3565
Complementary color
Monochromatic Colors of #FF3565
Black with #FF3565
Text Example
Text Example
White with #FF3565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3565; }
p { color: rgb(255,53,101); }
H1.HeaderClassName
{
color: #FF3565;
}
.AnyTagClassName
{
color: #FF3565;
}
</style>
background-color css
<style>
a { background-color: #FF3565; }
a { background-color: rgb(255,53,101); }
div.DivClassName
{
background-color: #FF3565;
}
.BgClassName
{
background-color: #FF3565;
}
</style>
border-color css
<style>
span { border-color: #FF3565; }
span { border-color: rgb(255,53,101); }
td.TdClassName
{
border-color: #FF3565;
}
.TagClassName
{
border-color: #FF3565;
}
</style>