Shades of Radical Red #FF3863
Tints of Radical Red #FF3863
RGB
CMYK
RGB Variations
Color information
#FF3863 (or 0xFF3863) is known color: Radical Red. HEX triplet: FF, 38 and 63. RGB value is (255,56,99). Sum of RGB (Red+Green+Blue) = 255+56+99=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 56 (22.27% from 255 or 13.66% from 410); Blue value is 99 (39.06% from 255 or 24.15% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3863 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3863 is #00C79C. Grayscale: #787878. Windows color (decimal): -51101 or 6502655. OLE color: 6502655.
HSL color Cylindrical-coordinate representation of color #FF3863: hue angle of 347.04º 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 #FF3863 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 99 | - |
| CMYK | 0 | 0.78 | 0.61 | 0 |
| HSL | 347.04º | 1% | 0.61% | - |
| HSV(B) | 347.04º | 0.78% | 1% | - |
| XYZ | 44.91 | 24.99 | 14.26 | - |
| YUV | 120.4 | 115.93 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 99 | 0 | 0.78 | 0.61 | 0 | 347.04 | 1 | 0.61 |
| Hex | FF | 38 | 63 | 0 | 4E | 3D | 0 | 15B | 64 | 3D |
| Octal | 377 | 70 | 143 | 0 | 116 | 75 | 0 | 533 | 144 | 75 |
| Binary | 11111111 | 111000 | 1100011 | 0 | 1001110 | 111101 | 0 | 101011011 | 1100100 | 111101 |
Color Harmonies of #FF3863
Complementary color
Monochromatic Colors of #FF3863
Black with #FF3863
Text Example
Text Example
White with #FF3863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3863; }
p { color: rgb(255,56,99); }
H1.HeaderClassName
{
color: #FF3863;
}
.AnyTagClassName
{
color: #FF3863;
}
</style>
background-color css
<style>
a { background-color: #FF3863; }
a { background-color: rgb(255,56,99); }
div.DivClassName
{
background-color: #FF3863;
}
.BgClassName
{
background-color: #FF3863;
}
</style>
border-color css
<style>
span { border-color: #FF3863; }
span { border-color: rgb(255,56,99); }
td.TdClassName
{
border-color: #FF3863;
}
.TagClassName
{
border-color: #FF3863;
}
</style>