Shades of Radical Red #FD4A4D
Tints of Radical Red #FD4A4D
RGB
CMYK
RGB Variations
Color information
#FD4A4D (or 0xFD4A4D) is known color: Radical Red. HEX triplet: FD, 4A and 4D. RGB value is (253,74,77). Sum of RGB (Red+Green+Blue) = 253+74+77=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4A4D is #02B5B2. Grayscale: #808080. Windows color (decimal): -177587 or 5065469. OLE color: 5065469.
HSL color Cylindrical-coordinate representation of color #FD4A4D: hue angle of 358.99º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD4A4D is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 74 | 77 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.01 |
| HSL | 358.99º | 0.98% | 0.64% | - |
| HSV(B) | 358.99º | 0.71% | 0.99% | - |
| XYZ | 44.3 | 26.32 | 9.77 | - |
| YUV | 127.86 | 99.3 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 74 | 77 | 0 | 0.71 | 0.70 | 0.01 | 358.99 | 0.98 | 0.64 |
| Hex | FD | 4A | 4D | 0 | 47 | 46 | 1 | 167 | 62 | 40 |
| Octal | 375 | 112 | 115 | 0 | 107 | 106 | 1 | 547 | 142 | 100 |
| Binary | 11111101 | 1001010 | 1001101 | 0 | 1000111 | 1000110 | 1 | 101100111 | 1100010 | 1000000 |
Color Harmonies of #FD4A4D
Complementary color
Monochromatic Colors of #FD4A4D
Black with #FD4A4D
Text Example
Text Example
White with #FD4A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4A4D; }
p { color: rgb(253,74,77); }
H1.HeaderClassName
{
color: #FD4A4D;
}
.AnyTagClassName
{
color: #FD4A4D;
}
</style>
background-color css
<style>
a { background-color: #FD4A4D; }
a { background-color: rgb(253,74,77); }
div.DivClassName
{
background-color: #FD4A4D;
}
.BgClassName
{
background-color: #FD4A4D;
}
</style>
border-color css
<style>
span { border-color: #FD4A4D; }
span { border-color: rgb(253,74,77); }
td.TdClassName
{
border-color: #FD4A4D;
}
.TagClassName
{
border-color: #FD4A4D;
}
</style>