Shades of Radical Red #FF384B
Tints of Radical Red #FF384B
RGB
CMYK
RGB Variations
Color information
#FF384B (or 0xFF384B) is known color: Radical Red. HEX triplet: FF, 38 and 4B. RGB value is (255,56,75). Sum of RGB (Red+Green+Blue) = 255+56+75=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF384B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF384B is #00C7B4. Grayscale: #757575. Windows color (decimal): -51125 or 4929791. OLE color: 4929791.
HSL color Cylindrical-coordinate representation of color #FF384B: hue angle of 354.27º 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 #FF384B is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 75 | - |
| CMYK | 0 | 0.78 | 0.71 | 0 |
| HSL | 354.27º | 1% | 0.61% | - |
| HSV(B) | 354.27º | 0.78% | 1% | - |
| XYZ | 43.92 | 24.6 | 9.09 | - |
| YUV | 117.67 | 103.93 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 75 | 0 | 0.78 | 0.71 | 0 | 354.27 | 1 | 0.61 |
| Hex | FF | 38 | 4B | 0 | 4E | 47 | 0 | 162 | 64 | 3D |
| Octal | 377 | 70 | 113 | 0 | 116 | 107 | 0 | 542 | 144 | 75 |
| Binary | 11111111 | 111000 | 1001011 | 0 | 1001110 | 1000111 | 0 | 101100010 | 1100100 | 111101 |
Color Harmonies of #FF384B
Complementary color
Monochromatic Colors of #FF384B
Black with #FF384B
Text Example
Text Example
White with #FF384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF384B; }
p { color: rgb(255,56,75); }
H1.HeaderClassName
{
color: #FF384B;
}
.AnyTagClassName
{
color: #FF384B;
}
</style>
background-color css
<style>
a { background-color: #FF384B; }
a { background-color: rgb(255,56,75); }
div.DivClassName
{
background-color: #FF384B;
}
.BgClassName
{
background-color: #FF384B;
}
</style>
border-color css
<style>
span { border-color: #FF384B; }
span { border-color: rgb(255,56,75); }
td.TdClassName
{
border-color: #FF384B;
}
.TagClassName
{
border-color: #FF384B;
}
</style>