Shades of Radical Red #FD384E
Tints of Radical Red #FD384E
RGB
CMYK
RGB Variations
Color information
#FD384E (or 0xFD384E) is known color: Radical Red. HEX triplet: FD, 38 and 4E. RGB value is (253,56,78). Sum of RGB (Red+Green+Blue) = 253+56+78=387 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.37% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 253 - color contains mainly: red. Hex color #FD384E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD384E is #02C7B1. Grayscale: #757575. Windows color (decimal): -182194 or 5126397. OLE color: 5126397.
HSL color Cylindrical-coordinate representation of color #FD384E: hue angle of 353.3º 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 #FD384E is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 56 | 78 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.01 |
| HSL | 353.3º | 0.98% | 0.61% | - |
| HSV(B) | 353.3º | 0.78% | 0.99% | - |
| XYZ | 43.3 | 24.26 | 9.61 | - |
| YUV | 117.41 | 105.77 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 56 | 78 | 0 | 0.78 | 0.69 | 0.01 | 353.3 | 0.98 | 0.61 |
| Hex | FD | 38 | 4E | 0 | 4E | 45 | 1 | 161 | 62 | 3D |
| Octal | 375 | 70 | 116 | 0 | 116 | 105 | 1 | 541 | 142 | 75 |
| Binary | 11111101 | 111000 | 1001110 | 0 | 1001110 | 1000101 | 1 | 101100001 | 1100010 | 111101 |
Color Harmonies of #FD384E
Complementary color
Monochromatic Colors of #FD384E
Black with #FD384E
Text Example
Text Example
White with #FD384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD384E; }
p { color: rgb(253,56,78); }
H1.HeaderClassName
{
color: #FD384E;
}
.AnyTagClassName
{
color: #FD384E;
}
</style>
background-color css
<style>
a { background-color: #FD384E; }
a { background-color: rgb(253,56,78); }
div.DivClassName
{
background-color: #FD384E;
}
.BgClassName
{
background-color: #FD384E;
}
</style>
border-color css
<style>
span { border-color: #FD384E; }
span { border-color: rgb(253,56,78); }
td.TdClassName
{
border-color: #FD384E;
}
.TagClassName
{
border-color: #FD384E;
}
</style>