Shades of Radical Red #FF335D
Tints of Radical Red #FF335D
RGB
CMYK
RGB Variations
Color information
#FF335D (or 0xFF335D) is known color: Radical Red. HEX triplet: FF, 33 and 5D. RGB value is (255,51,93). Sum of RGB (Red+Green+Blue) = 255+51+93=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF335D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF335D is #00CCA2. Grayscale: #747474. Windows color (decimal): -52387 or 6108159. OLE color: 6108159.
HSL color Cylindrical-coordinate representation of color #FF335D: hue angle of 347.65º 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 #FF335D is Cyan = 0, Magento = 0.8, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 93 | - |
| CMYK | 0 | 0.8 | 0.64 | 0 |
| HSL | 347.65º | 1% | 0.6% | - |
| HSV(B) | 347.65º | 0.8% | 1% | - |
| XYZ | 44.4 | 24.42 | 12.73 | - |
| YUV | 116.78 | 114.59 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 93 | 0 | 0.8 | 0.64 | 0 | 347.65 | 1 | 0.6 |
| Hex | FF | 33 | 5D | 0 | 50 | 40 | 0 | 15C | 64 | 3C |
| Octal | 377 | 63 | 135 | 0 | 120 | 100 | 0 | 534 | 144 | 74 |
| Binary | 11111111 | 110011 | 1011101 | 0 | 1010000 | 1000000 | 0 | 101011100 | 1100100 | 111100 |
Color Harmonies of #FF335D
Complementary color
Monochromatic Colors of #FF335D
Black with #FF335D
Text Example
Text Example
White with #FF335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF335D; }
p { color: rgb(255,51,93); }
H1.HeaderClassName
{
color: #FF335D;
}
.AnyTagClassName
{
color: #FF335D;
}
</style>
background-color css
<style>
a { background-color: #FF335D; }
a { background-color: rgb(255,51,93); }
div.DivClassName
{
background-color: #FF335D;
}
.BgClassName
{
background-color: #FF335D;
}
</style>
border-color css
<style>
span { border-color: #FF335D; }
span { border-color: rgb(255,51,93); }
td.TdClassName
{
border-color: #FF335D;
}
.TagClassName
{
border-color: #FF335D;
}
</style>