Shades of Radical Red #FD3354
Tints of Radical Red #FD3354
RGB
CMYK
RGB Variations
Color information
#FD3354 (or 0xFD3354) is known color: Radical Red. HEX triplet: FD, 33 and 54. RGB value is (253,51,84). Sum of RGB (Red+Green+Blue) = 253+51+84=388 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.21% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3354 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3354 is #02CCAB. Grayscale: #737373. Windows color (decimal): -183468 or 5518333. OLE color: 5518333.
HSL color Cylindrical-coordinate representation of color #FD3354: hue angle of 350.2º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD3354 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 51 | 84 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.01 |
| HSL | 350.2º | 0.98% | 0.6% | - |
| HSV(B) | 350.2º | 0.8% | 0.99% | - |
| XYZ | 43.29 | 23.89 | 10.72 | - |
| YUV | 115.16 | 110.42 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 51 | 84 | 0 | 0.80 | 0.67 | 0.01 | 350.2 | 0.98 | 0.6 |
| Hex | FD | 33 | 54 | 0 | 50 | 43 | 1 | 15E | 62 | 3C |
| Octal | 375 | 63 | 124 | 0 | 120 | 103 | 1 | 536 | 142 | 74 |
| Binary | 11111101 | 110011 | 1010100 | 0 | 1010000 | 1000011 | 1 | 101011110 | 1100010 | 111100 |
Color Harmonies of #FD3354
Complementary color
Monochromatic Colors of #FD3354
Black with #FD3354
Text Example
Text Example
White with #FD3354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3354; }
p { color: rgb(253,51,84); }
H1.HeaderClassName
{
color: #FD3354;
}
.AnyTagClassName
{
color: #FD3354;
}
</style>
background-color css
<style>
a { background-color: #FD3354; }
a { background-color: rgb(253,51,84); }
div.DivClassName
{
background-color: #FD3354;
}
.BgClassName
{
background-color: #FD3354;
}
</style>
border-color css
<style>
span { border-color: #FD3354; }
span { border-color: rgb(253,51,84); }
td.TdClassName
{
border-color: #FD3354;
}
.TagClassName
{
border-color: #FD3354;
}
</style>