Shades of Radical Red #FF384D
Tints of Radical Red #FF384D
RGB
CMYK
RGB Variations
Color information
#FF384D (or 0xFF384D) is known color: Radical Red. HEX triplet: FF, 38 and 4D. RGB value is (255,56,77). Sum of RGB (Red+Green+Blue) = 255+56+77=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF384D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF384D is #00C7B2. Grayscale: #767676. Windows color (decimal): -51123 or 5060863. OLE color: 5060863.
HSL color Cylindrical-coordinate representation of color #FF384D: hue angle of 353.67º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF384D is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 77 | - |
| CMYK | 0 | 0.78 | 0.70 | 0 |
| HSL | 353.67º | 1% | 0.61% | - |
| HSV(B) | 353.67º | 0.78% | 1% | - |
| XYZ | 43.99 | 24.62 | 9.46 | - |
| YUV | 117.9 | 104.93 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 77 | 0 | 0.78 | 0.70 | 0 | 353.67 | 1 | 0.61 |
| Hex | FF | 38 | 4D | 0 | 4E | 46 | 0 | 162 | 64 | 3D |
| Octal | 377 | 70 | 115 | 0 | 116 | 106 | 0 | 542 | 144 | 75 |
| Binary | 11111111 | 111000 | 1001101 | 0 | 1001110 | 1000110 | 0 | 101100010 | 1100100 | 111101 |
Color Harmonies of #FF384D
Complementary color
Monochromatic Colors of #FF384D
Black with #FF384D
Text Example
Text Example
White with #FF384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF384D; }
p { color: rgb(255,56,77); }
H1.HeaderClassName
{
color: #FF384D;
}
.AnyTagClassName
{
color: #FF384D;
}
</style>
background-color css
<style>
a { background-color: #FF384D; }
a { background-color: rgb(255,56,77); }
div.DivClassName
{
background-color: #FF384D;
}
.BgClassName
{
background-color: #FF384D;
}
</style>
border-color css
<style>
span { border-color: #FF384D; }
span { border-color: rgb(255,56,77); }
td.TdClassName
{
border-color: #FF384D;
}
.TagClassName
{
border-color: #FF384D;
}
</style>