Shades of Radical Red #FF3353
Tints of Radical Red #FF3353
RGB
CMYK
RGB Variations
Color information
#FF3353 (or 0xFF3353) is known color: Radical Red. HEX triplet: FF, 33 and 53. RGB value is (255,51,83). Sum of RGB (Red+Green+Blue) = 255+51+83=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3353 is #00CCAC. Grayscale: #737373. Windows color (decimal): -52397 or 5452799. OLE color: 5452799.
HSL color Cylindrical-coordinate representation of color #FF3353: hue angle of 350.59º 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 #FF3353 is Cyan = 0, Magento = 0.8, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 83 | - |
| CMYK | 0 | 0.8 | 0.67 | 0 |
| HSL | 350.59º | 1% | 0.6% | - |
| HSV(B) | 350.59º | 0.8% | 1% | - |
| XYZ | 43.99 | 24.25 | 10.55 | - |
| YUV | 115.64 | 109.59 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 83 | 0 | 0.8 | 0.67 | 0 | 350.59 | 1 | 0.6 |
| Hex | FF | 33 | 53 | 0 | 50 | 43 | 0 | 15F | 64 | 3C |
| Octal | 377 | 63 | 123 | 0 | 120 | 103 | 0 | 537 | 144 | 74 |
| Binary | 11111111 | 110011 | 1010011 | 0 | 1010000 | 1000011 | 0 | 101011111 | 1100100 | 111100 |
Color Harmonies of #FF3353
Complementary color
Monochromatic Colors of #FF3353
Black with #FF3353
Text Example
Text Example
White with #FF3353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3353; }
p { color: rgb(255,51,83); }
H1.HeaderClassName
{
color: #FF3353;
}
.AnyTagClassName
{
color: #FF3353;
}
</style>
background-color css
<style>
a { background-color: #FF3353; }
a { background-color: rgb(255,51,83); }
div.DivClassName
{
background-color: #FF3353;
}
.BgClassName
{
background-color: #FF3353;
}
</style>
border-color css
<style>
span { border-color: #FF3353; }
span { border-color: rgb(255,51,83); }
td.TdClassName
{
border-color: #FF3353;
}
.TagClassName
{
border-color: #FF3353;
}
</style>