Shades of Radical Red #FF384C
Tints of Radical Red #FF384C
RGB
CMYK
RGB Variations
Color information
#FF384C (or 0xFF384C) is known color: Radical Red. HEX triplet: FF, 38 and 4C. RGB value is (255,56,76). Sum of RGB (Red+Green+Blue) = 255+56+76=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF384C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF384C is #00C7B3. Grayscale: #757575. Windows color (decimal): -51124 or 4995327. OLE color: 4995327.
HSL color Cylindrical-coordinate representation of color #FF384C: hue angle of 353.97º 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 #FF384C is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 76 | - |
| CMYK | 0 | 0.78 | 0.70 | 0 |
| HSL | 353.97º | 1% | 0.61% | - |
| HSV(B) | 353.97º | 0.78% | 1% | - |
| XYZ | 43.96 | 24.61 | 9.27 | - |
| YUV | 117.78 | 104.43 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 76 | 0 | 0.78 | 0.70 | 0 | 353.97 | 1 | 0.61 |
| Hex | FF | 38 | 4C | 0 | 4E | 46 | 0 | 162 | 64 | 3D |
| Octal | 377 | 70 | 114 | 0 | 116 | 106 | 0 | 542 | 144 | 75 |
| Binary | 11111111 | 111000 | 1001100 | 0 | 1001110 | 1000110 | 0 | 101100010 | 1100100 | 111101 |
Color Harmonies of #FF384C
Complementary color
Monochromatic Colors of #FF384C
Black with #FF384C
Text Example
Text Example
White with #FF384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF384C; }
p { color: rgb(255,56,76); }
H1.HeaderClassName
{
color: #FF384C;
}
.AnyTagClassName
{
color: #FF384C;
}
</style>
background-color css
<style>
a { background-color: #FF384C; }
a { background-color: rgb(255,56,76); }
div.DivClassName
{
background-color: #FF384C;
}
.BgClassName
{
background-color: #FF384C;
}
</style>
border-color css
<style>
span { border-color: #FF384C; }
span { border-color: rgb(255,56,76); }
td.TdClassName
{
border-color: #FF384C;
}
.TagClassName
{
border-color: #FF384C;
}
</style>