Shades of Radical Red #FD4A54
Tints of Radical Red #FD4A54
RGB
CMYK
RGB Variations
Color information
#FD4A54 (or 0xFD4A54) is known color: Radical Red. HEX triplet: FD, 4A and 54. RGB value is (253,74,84). Sum of RGB (Red+Green+Blue) = 253+74+84=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4A54 is #02B5AB. Grayscale: #808080. Windows color (decimal): -177580 or 5524221. OLE color: 5524221.
HSL color Cylindrical-coordinate representation of color #FD4A54: hue angle of 356.65º 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 #FD4A54 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 74 | 84 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.01 |
| HSL | 356.65º | 0.98% | 0.64% | - |
| HSV(B) | 356.65º | 0.71% | 0.99% | - |
| XYZ | 44.56 | 26.42 | 11.14 | - |
| YUV | 128.66 | 102.8 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 74 | 84 | 0 | 0.71 | 0.67 | 0.01 | 356.65 | 0.98 | 0.64 |
| Hex | FD | 4A | 54 | 0 | 47 | 43 | 1 | 165 | 62 | 40 |
| Octal | 375 | 112 | 124 | 0 | 107 | 103 | 1 | 545 | 142 | 100 |
| Binary | 11111101 | 1001010 | 1010100 | 0 | 1000111 | 1000011 | 1 | 101100101 | 1100010 | 1000000 |
Color Harmonies of #FD4A54
Complementary color
Monochromatic Colors of #FD4A54
Black with #FD4A54
Text Example
Text Example
White with #FD4A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4A54; }
p { color: rgb(253,74,84); }
H1.HeaderClassName
{
color: #FD4A54;
}
.AnyTagClassName
{
color: #FD4A54;
}
</style>
background-color css
<style>
a { background-color: #FD4A54; }
a { background-color: rgb(253,74,84); }
div.DivClassName
{
background-color: #FD4A54;
}
.BgClassName
{
background-color: #FD4A54;
}
</style>
border-color css
<style>
span { border-color: #FD4A54; }
span { border-color: rgb(253,74,84); }
td.TdClassName
{
border-color: #FD4A54;
}
.TagClassName
{
border-color: #FD4A54;
}
</style>