Shades of Radical Red #FF385C
Tints of Radical Red #FF385C
RGB
CMYK
RGB Variations
Color information
#FF385C (or 0xFF385C) is known color: Radical Red. HEX triplet: FF, 38 and 5C. RGB value is (255,56,92). Sum of RGB (Red+Green+Blue) = 255+56+92=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF385C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF385C is #00C7A3. Grayscale: #777777. Windows color (decimal): -51108 or 6043903. OLE color: 6043903.
HSL color Cylindrical-coordinate representation of color #FF385C: hue angle of 349.15º 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 #FF385C is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 92 | - |
| CMYK | 0 | 0.78 | 0.64 | 0 |
| HSL | 349.15º | 1% | 0.61% | - |
| HSV(B) | 349.15º | 0.78% | 1% | - |
| XYZ | 44.59 | 24.86 | 12.57 | - |
| YUV | 119.61 | 112.43 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 92 | 0 | 0.78 | 0.64 | 0 | 349.15 | 1 | 0.61 |
| Hex | FF | 38 | 5C | 0 | 4E | 40 | 0 | 15D | 64 | 3D |
| Octal | 377 | 70 | 134 | 0 | 116 | 100 | 0 | 535 | 144 | 75 |
| Binary | 11111111 | 111000 | 1011100 | 0 | 1001110 | 1000000 | 0 | 101011101 | 1100100 | 111101 |
Color Harmonies of #FF385C
Complementary color
Monochromatic Colors of #FF385C
Black with #FF385C
Text Example
Text Example
White with #FF385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF385C; }
p { color: rgb(255,56,92); }
H1.HeaderClassName
{
color: #FF385C;
}
.AnyTagClassName
{
color: #FF385C;
}
</style>
background-color css
<style>
a { background-color: #FF385C; }
a { background-color: rgb(255,56,92); }
div.DivClassName
{
background-color: #FF385C;
}
.BgClassName
{
background-color: #FF385C;
}
</style>
border-color css
<style>
span { border-color: #FF385C; }
span { border-color: rgb(255,56,92); }
td.TdClassName
{
border-color: #FF385C;
}
.TagClassName
{
border-color: #FF385C;
}
</style>