Shades of Radical Red #FF3365
Tints of Radical Red #FF3365
RGB
CMYK
RGB Variations
Color information
#FF3365 (or 0xFF3365) is known color: Radical Red. HEX triplet: FF, 33 and 65. RGB value is (255,51,101). Sum of RGB (Red+Green+Blue) = 255+51+101=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3365 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3365 is #00CC9A. Grayscale: #757575. Windows color (decimal): -52379 or 6632447. OLE color: 6632447.
HSL color Cylindrical-coordinate representation of color #FF3365: hue angle of 345.29º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3365 is Cyan = 0, Magento = 0.8, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 101 | - |
| CMYK | 0 | 0.8 | 0.60 | 0 |
| HSL | 345.29º | 1% | 0.6% | - |
| HSV(B) | 345.29º | 0.8% | 1% | - |
| XYZ | 44.77 | 24.57 | 14.69 | - |
| YUV | 117.7 | 118.59 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 101 | 0 | 0.8 | 0.60 | 0 | 345.29 | 1 | 0.6 |
| Hex | FF | 33 | 65 | 0 | 50 | 3C | 0 | 159 | 64 | 3C |
| Octal | 377 | 63 | 145 | 0 | 120 | 74 | 0 | 531 | 144 | 74 |
| Binary | 11111111 | 110011 | 1100101 | 0 | 1010000 | 111100 | 0 | 101011001 | 1100100 | 111100 |
Color Harmonies of #FF3365
Complementary color
Monochromatic Colors of #FF3365
Black with #FF3365
Text Example
Text Example
White with #FF3365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3365; }
p { color: rgb(255,51,101); }
H1.HeaderClassName
{
color: #FF3365;
}
.AnyTagClassName
{
color: #FF3365;
}
</style>
background-color css
<style>
a { background-color: #FF3365; }
a { background-color: rgb(255,51,101); }
div.DivClassName
{
background-color: #FF3365;
}
.BgClassName
{
background-color: #FF3365;
}
</style>
border-color css
<style>
span { border-color: #FF3365; }
span { border-color: rgb(255,51,101); }
td.TdClassName
{
border-color: #FF3365;
}
.TagClassName
{
border-color: #FF3365;
}
</style>