Shades of Radical Red #FF385D
Tints of Radical Red #FF385D
RGB
CMYK
RGB Variations
Color information
#FF385D (or 0xFF385D) is known color: Radical Red. HEX triplet: FF, 38 and 5D. RGB value is (255,56,93). Sum of RGB (Red+Green+Blue) = 255+56+93=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF385D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF385D is #00C7A2. Grayscale: #777777. Windows color (decimal): -51107 or 6109439. OLE color: 6109439.
HSL color Cylindrical-coordinate representation of color #FF385D: hue angle of 348.84º 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 #FF385D is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 93 | - |
| CMYK | 0 | 0.78 | 0.64 | 0 |
| HSL | 348.84º | 1% | 0.61% | - |
| HSV(B) | 348.84º | 0.78% | 1% | - |
| XYZ | 44.63 | 24.88 | 12.81 | - |
| YUV | 119.72 | 112.93 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 93 | 0 | 0.78 | 0.64 | 0 | 348.84 | 1 | 0.61 |
| Hex | FF | 38 | 5D | 0 | 4E | 40 | 0 | 15D | 64 | 3D |
| Octal | 377 | 70 | 135 | 0 | 116 | 100 | 0 | 535 | 144 | 75 |
| Binary | 11111111 | 111000 | 1011101 | 0 | 1001110 | 1000000 | 0 | 101011101 | 1100100 | 111101 |
Color Harmonies of #FF385D
Complementary color
Monochromatic Colors of #FF385D
Black with #FF385D
Text Example
Text Example
White with #FF385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF385D; }
p { color: rgb(255,56,93); }
H1.HeaderClassName
{
color: #FF385D;
}
.AnyTagClassName
{
color: #FF385D;
}
</style>
background-color css
<style>
a { background-color: #FF385D; }
a { background-color: rgb(255,56,93); }
div.DivClassName
{
background-color: #FF385D;
}
.BgClassName
{
background-color: #FF385D;
}
</style>
border-color css
<style>
span { border-color: #FF385D; }
span { border-color: rgb(255,56,93); }
td.TdClassName
{
border-color: #FF385D;
}
.TagClassName
{
border-color: #FF385D;
}
</style>