Shades of Radical Red #FF3476
Tints of Radical Red #FF3476
RGB
CMYK
RGB Variations
Color information
#FF3476 (or 0xFF3476) is known color: Radical Red. HEX triplet: FF, 34 and 76. RGB value is (255,52,118). Sum of RGB (Red+Green+Blue) = 255+52+118=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 52 (20.70% from 255 or 12.24% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3476 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3476 is #00CB89. Grayscale: #787878. Windows color (decimal): -52106 or 7746815. OLE color: 7746815.
HSL color Cylindrical-coordinate representation of color #FF3476: hue angle of 340.49º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3476 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 118 | - |
| CMYK | 0 | 0.80 | 0.54 | 0 |
| HSL | 340.49º | 1% | 0.6% | - |
| HSV(B) | 340.49º | 0.8% | 1% | - |
| XYZ | 45.74 | 25.02 | 19.56 | - |
| YUV | 120.22 | 126.75 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 118 | 0 | 0.80 | 0.54 | 0 | 340.49 | 1 | 0.6 |
| Hex | FF | 34 | 76 | 0 | 50 | 36 | 0 | 154 | 64 | 3C |
| Octal | 377 | 64 | 166 | 0 | 120 | 66 | 0 | 524 | 144 | 74 |
| Binary | 11111111 | 110100 | 1110110 | 0 | 1010000 | 110110 | 0 | 101010100 | 1100100 | 111100 |
Color Harmonies of #FF3476
Complementary color
Monochromatic Colors of #FF3476
Black with #FF3476
Text Example
Text Example
White with #FF3476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3476; }
p { color: rgb(255,52,118); }
H1.HeaderClassName
{
color: #FF3476;
}
.AnyTagClassName
{
color: #FF3476;
}
</style>
background-color css
<style>
a { background-color: #FF3476; }
a { background-color: rgb(255,52,118); }
div.DivClassName
{
background-color: #FF3476;
}
.BgClassName
{
background-color: #FF3476;
}
</style>
border-color css
<style>
span { border-color: #FF3476; }
span { border-color: rgb(255,52,118); }
td.TdClassName
{
border-color: #FF3476;
}
.TagClassName
{
border-color: #FF3476;
}
</style>