Shades of Radical Red #FD384D
Tints of Radical Red #FD384D
RGB
CMYK
RGB Variations
Color information
#FD384D (or 0xFD384D) is known color: Radical Red. HEX triplet: FD, 38 and 4D. RGB value is (253,56,77). Sum of RGB (Red+Green+Blue) = 253+56+77=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD384D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD384D is #02C7B2. Grayscale: #757575. Windows color (decimal): -182195 or 5060861. OLE color: 5060861.
HSL color Cylindrical-coordinate representation of color #FD384D: hue angle of 353.6º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD384D is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 56 | 77 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.01 |
| HSL | 353.6º | 0.98% | 0.61% | - |
| HSV(B) | 353.6º | 0.78% | 0.99% | - |
| XYZ | 43.26 | 24.25 | 9.42 | - |
| YUV | 117.3 | 105.27 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 56 | 77 | 0 | 0.78 | 0.70 | 0.01 | 353.6 | 0.98 | 0.61 |
| Hex | FD | 38 | 4D | 0 | 4E | 46 | 1 | 162 | 62 | 3D |
| Octal | 375 | 70 | 115 | 0 | 116 | 106 | 1 | 542 | 142 | 75 |
| Binary | 11111101 | 111000 | 1001101 | 0 | 1001110 | 1000110 | 1 | 101100010 | 1100010 | 111101 |
Color Harmonies of #FD384D
Complementary color
Monochromatic Colors of #FD384D
Black with #FD384D
Text Example
Text Example
White with #FD384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD384D; }
p { color: rgb(253,56,77); }
H1.HeaderClassName
{
color: #FD384D;
}
.AnyTagClassName
{
color: #FD384D;
}
</style>
background-color css
<style>
a { background-color: #FD384D; }
a { background-color: rgb(253,56,77); }
div.DivClassName
{
background-color: #FD384D;
}
.BgClassName
{
background-color: #FD384D;
}
</style>
border-color css
<style>
span { border-color: #FD384D; }
span { border-color: rgb(253,56,77); }
td.TdClassName
{
border-color: #FD384D;
}
.TagClassName
{
border-color: #FD384D;
}
</style>