Shades of Radical Red #FF3564
Tints of Radical Red #FF3564
RGB
CMYK
RGB Variations
Color information
#FF3564 (or 0xFF3564) is known color: Radical Red. HEX triplet: FF, 35 and 64. RGB value is (255,53,100). Sum of RGB (Red+Green+Blue) = 255+53+100=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3564 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3564 is #00CA9B. Grayscale: #767676. Windows color (decimal): -51868 or 6567423. OLE color: 6567423.
HSL color Cylindrical-coordinate representation of color #FF3564: hue angle of 346.04º 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 #FF3564 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 100 | - |
| CMYK | 0 | 0.79 | 0.61 | 0 |
| HSL | 346.04º | 1% | 0.6% | - |
| HSV(B) | 346.04º | 0.79% | 1% | - |
| XYZ | 44.81 | 24.73 | 14.47 | - |
| YUV | 118.76 | 117.42 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 100 | 0 | 0.79 | 0.61 | 0 | 346.04 | 1 | 0.6 |
| Hex | FF | 35 | 64 | 0 | 4F | 3D | 0 | 15A | 64 | 3C |
| Octal | 377 | 65 | 144 | 0 | 117 | 75 | 0 | 532 | 144 | 74 |
| Binary | 11111111 | 110101 | 1100100 | 0 | 1001111 | 111101 | 0 | 101011010 | 1100100 | 111100 |
Color Harmonies of #FF3564
Complementary color
Monochromatic Colors of #FF3564
Black with #FF3564
Text Example
Text Example
White with #FF3564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3564; }
p { color: rgb(255,53,100); }
H1.HeaderClassName
{
color: #FF3564;
}
.AnyTagClassName
{
color: #FF3564;
}
</style>
background-color css
<style>
a { background-color: #FF3564; }
a { background-color: rgb(255,53,100); }
div.DivClassName
{
background-color: #FF3564;
}
.BgClassName
{
background-color: #FF3564;
}
</style>
border-color css
<style>
span { border-color: #FF3564; }
span { border-color: rgb(255,53,100); }
td.TdClassName
{
border-color: #FF3564;
}
.TagClassName
{
border-color: #FF3564;
}
</style>