Shades of Radical Red #FF3461
Tints of Radical Red #FF3461
RGB
CMYK
RGB Variations
Color information
#FF3461 (or 0xFF3461) is known color: Radical Red. HEX triplet: FF, 34 and 61. RGB value is (255,52,97). Sum of RGB (Red+Green+Blue) = 255+52+97=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3461 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3461 is #00CB9E. Grayscale: #757575. Windows color (decimal): -52127 or 6370559. OLE color: 6370559.
HSL color Cylindrical-coordinate representation of color #FF3461: hue angle of 346.7º 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 #FF3461 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 97 | - |
| CMYK | 0 | 0.80 | 0.62 | 0 |
| HSL | 346.7º | 1% | 0.6% | - |
| HSV(B) | 346.7º | 0.8% | 1% | - |
| XYZ | 44.63 | 24.58 | 13.7 | - |
| YUV | 117.83 | 116.25 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 97 | 0 | 0.80 | 0.62 | 0 | 346.7 | 1 | 0.6 |
| Hex | FF | 34 | 61 | 0 | 50 | 3E | 0 | 15B | 64 | 3C |
| Octal | 377 | 64 | 141 | 0 | 120 | 76 | 0 | 533 | 144 | 74 |
| Binary | 11111111 | 110100 | 1100001 | 0 | 1010000 | 111110 | 0 | 101011011 | 1100100 | 111100 |
Color Harmonies of #FF3461
Complementary color
Monochromatic Colors of #FF3461
Black with #FF3461
Text Example
Text Example
White with #FF3461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3461; }
p { color: rgb(255,52,97); }
H1.HeaderClassName
{
color: #FF3461;
}
.AnyTagClassName
{
color: #FF3461;
}
</style>
background-color css
<style>
a { background-color: #FF3461; }
a { background-color: rgb(255,52,97); }
div.DivClassName
{
background-color: #FF3461;
}
.BgClassName
{
background-color: #FF3461;
}
</style>
border-color css
<style>
span { border-color: #FF3461; }
span { border-color: rgb(255,52,97); }
td.TdClassName
{
border-color: #FF3461;
}
.TagClassName
{
border-color: #FF3461;
}
</style>