Shades of Radical Red #FF3864
Tints of Radical Red #FF3864
RGB
CMYK
RGB Variations
Color information
#FF3864 (or 0xFF3864) is known color: Radical Red. HEX triplet: FF, 38 and 64. RGB value is (255,56,100). Sum of RGB (Red+Green+Blue) = 255+56+100=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3864 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3864 is #00C79B. Grayscale: #787878. Windows color (decimal): -51100 or 6568191. OLE color: 6568191.
HSL color Cylindrical-coordinate representation of color #FF3864: hue angle of 346.73º 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 #FF3864 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 100 | - |
| CMYK | 0 | 0.78 | 0.61 | 0 |
| HSL | 346.73º | 1% | 0.61% | - |
| HSV(B) | 346.73º | 0.78% | 1% | - |
| XYZ | 44.95 | 25.01 | 14.51 | - |
| YUV | 120.52 | 116.43 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 100 | 0 | 0.78 | 0.61 | 0 | 346.73 | 1 | 0.61 |
| Hex | FF | 38 | 64 | 0 | 4E | 3D | 0 | 15B | 64 | 3D |
| Octal | 377 | 70 | 144 | 0 | 116 | 75 | 0 | 533 | 144 | 75 |
| Binary | 11111111 | 111000 | 1100100 | 0 | 1001110 | 111101 | 0 | 101011011 | 1100100 | 111101 |
Color Harmonies of #FF3864
Complementary color
Monochromatic Colors of #FF3864
Black with #FF3864
Text Example
Text Example
White with #FF3864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3864; }
p { color: rgb(255,56,100); }
H1.HeaderClassName
{
color: #FF3864;
}
.AnyTagClassName
{
color: #FF3864;
}
</style>
background-color css
<style>
a { background-color: #FF3864; }
a { background-color: rgb(255,56,100); }
div.DivClassName
{
background-color: #FF3864;
}
.BgClassName
{
background-color: #FF3864;
}
</style>
border-color css
<style>
span { border-color: #FF3864; }
span { border-color: rgb(255,56,100); }
td.TdClassName
{
border-color: #FF3864;
}
.TagClassName
{
border-color: #FF3864;
}
</style>