Shades of Radical Red #FF3374
Tints of Radical Red #FF3374
RGB
CMYK
RGB Variations
Color information
#FF3374 (or 0xFF3374) is known color: Radical Red. HEX triplet: FF, 33 and 74. RGB value is (255,51,116). Sum of RGB (Red+Green+Blue) = 255+51+116=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3374 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3374 is #00CC8B. Grayscale: #777777. Windows color (decimal): -52364 or 7615487. OLE color: 7615487.
HSL color Cylindrical-coordinate representation of color #FF3374: hue angle of 340.88º 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 #FF3374 is Cyan = 0, Magento = 0.8, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 116 | - |
| CMYK | 0 | 0.8 | 0.55 | 0 |
| HSL | 340.88º | 1% | 0.6% | - |
| HSV(B) | 340.88º | 0.8% | 1% | - |
| XYZ | 45.58 | 24.89 | 18.92 | - |
| YUV | 119.41 | 126.09 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 116 | 0 | 0.8 | 0.55 | 0 | 340.88 | 1 | 0.6 |
| Hex | FF | 33 | 74 | 0 | 50 | 37 | 0 | 155 | 64 | 3C |
| Octal | 377 | 63 | 164 | 0 | 120 | 67 | 0 | 525 | 144 | 74 |
| Binary | 11111111 | 110011 | 1110100 | 0 | 1010000 | 110111 | 0 | 101010101 | 1100100 | 111100 |
Color Harmonies of #FF3374
Complementary color
Monochromatic Colors of #FF3374
Black with #FF3374
Text Example
Text Example
White with #FF3374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3374; }
p { color: rgb(255,51,116); }
H1.HeaderClassName
{
color: #FF3374;
}
.AnyTagClassName
{
color: #FF3374;
}
</style>
background-color css
<style>
a { background-color: #FF3374; }
a { background-color: rgb(255,51,116); }
div.DivClassName
{
background-color: #FF3374;
}
.BgClassName
{
background-color: #FF3374;
}
</style>
border-color css
<style>
span { border-color: #FF3374; }
span { border-color: rgb(255,51,116); }
td.TdClassName
{
border-color: #FF3374;
}
.TagClassName
{
border-color: #FF3374;
}
</style>