Shades of Radical Red #FF3674
Tints of Radical Red #FF3674
RGB
CMYK
RGB Variations
Color information
#FF3674 (or 0xFF3674) is known color: Radical Red. HEX triplet: FF, 36 and 74. RGB value is (255,54,116). Sum of RGB (Red+Green+Blue) = 255+54+116=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 54 (21.48% from 255 or 12.71% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3674 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3674 is #00C98B. Grayscale: #797979. Windows color (decimal): -51596 or 7616255. OLE color: 7616255.
HSL color Cylindrical-coordinate representation of color #FF3674: hue angle of 341.49º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF3674 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 116 | - |
| CMYK | 0 | 0.79 | 0.55 | 0 |
| HSL | 341.49º | 1% | 0.61% | - |
| HSV(B) | 341.49º | 0.79% | 1% | - |
| XYZ | 45.71 | 25.16 | 18.97 | - |
| YUV | 121.17 | 125.09 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 116 | 0 | 0.79 | 0.55 | 0 | 341.49 | 1 | 0.61 |
| Hex | FF | 36 | 74 | 0 | 4F | 37 | 0 | 155 | 64 | 3D |
| Octal | 377 | 66 | 164 | 0 | 117 | 67 | 0 | 525 | 144 | 75 |
| Binary | 11111111 | 110110 | 1110100 | 0 | 1001111 | 110111 | 0 | 101010101 | 1100100 | 111101 |
Color Harmonies of #FF3674
Complementary color
Monochromatic Colors of #FF3674
Black with #FF3674
Text Example
Text Example
White with #FF3674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3674; }
p { color: rgb(255,54,116); }
H1.HeaderClassName
{
color: #FF3674;
}
.AnyTagClassName
{
color: #FF3674;
}
</style>
background-color css
<style>
a { background-color: #FF3674; }
a { background-color: rgb(255,54,116); }
div.DivClassName
{
background-color: #FF3674;
}
.BgClassName
{
background-color: #FF3674;
}
</style>
border-color css
<style>
span { border-color: #FF3674; }
span { border-color: rgb(255,54,116); }
td.TdClassName
{
border-color: #FF3674;
}
.TagClassName
{
border-color: #FF3674;
}
</style>