Shades of Radical Red #FF3876
Tints of Radical Red #FF3876
RGB
CMYK
RGB Variations
Color information
#FF3876 (or 0xFF3876) is known color: Radical Red. HEX triplet: FF, 38 and 76. RGB value is (255,56,118). Sum of RGB (Red+Green+Blue) = 255+56+118=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3876 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3876 is #00C789. Grayscale: #7A7A7A. Windows color (decimal): -51082 or 7747839. OLE color: 7747839.
HSL color Cylindrical-coordinate representation of color #FF3876: hue angle of 341.31º 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 #FF3876 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 118 | - |
| CMYK | 0 | 0.78 | 0.54 | 0 |
| HSL | 341.31º | 1% | 0.61% | - |
| HSV(B) | 341.31º | 0.78% | 1% | - |
| XYZ | 45.92 | 25.4 | 19.62 | - |
| YUV | 122.57 | 125.43 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 118 | 0 | 0.78 | 0.54 | 0 | 341.31 | 1 | 0.61 |
| Hex | FF | 38 | 76 | 0 | 4E | 36 | 0 | 155 | 64 | 3D |
| Octal | 377 | 70 | 166 | 0 | 116 | 66 | 0 | 525 | 144 | 75 |
| Binary | 11111111 | 111000 | 1110110 | 0 | 1001110 | 110110 | 0 | 101010101 | 1100100 | 111101 |
Color Harmonies of #FF3876
Complementary color
Monochromatic Colors of #FF3876
Black with #FF3876
Text Example
Text Example
White with #FF3876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3876; }
p { color: rgb(255,56,118); }
H1.HeaderClassName
{
color: #FF3876;
}
.AnyTagClassName
{
color: #FF3876;
}
</style>
background-color css
<style>
a { background-color: #FF3876; }
a { background-color: rgb(255,56,118); }
div.DivClassName
{
background-color: #FF3876;
}
.BgClassName
{
background-color: #FF3876;
}
</style>
border-color css
<style>
span { border-color: #FF3876; }
span { border-color: rgb(255,56,118); }
td.TdClassName
{
border-color: #FF3876;
}
.TagClassName
{
border-color: #FF3876;
}
</style>