Shades of Radical Red #FF334E
Tints of Radical Red #FF334E
RGB
CMYK
RGB Variations
Color information
#FF334E (or 0xFF334E) is known color: Radical Red. HEX triplet: FF, 33 and 4E. RGB value is (255,51,78). Sum of RGB (Red+Green+Blue) = 255+51+78=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF334E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF334E is #00CCB1. Grayscale: #737373. Windows color (decimal): -52402 or 5125119. OLE color: 5125119.
HSL color Cylindrical-coordinate representation of color #FF334E: hue angle of 352.06º 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 #FF334E is Cyan = 0, Magento = 0.8, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 78 | - |
| CMYK | 0 | 0.8 | 0.69 | 0 |
| HSL | 352.06º | 1% | 0.6% | - |
| HSV(B) | 352.06º | 0.8% | 1% | - |
| XYZ | 43.8 | 24.18 | 9.57 | - |
| YUV | 115.07 | 107.09 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 78 | 0 | 0.8 | 0.69 | 0 | 352.06 | 1 | 0.6 |
| Hex | FF | 33 | 4E | 0 | 50 | 45 | 0 | 160 | 64 | 3C |
| Octal | 377 | 63 | 116 | 0 | 120 | 105 | 0 | 540 | 144 | 74 |
| Binary | 11111111 | 110011 | 1001110 | 0 | 1010000 | 1000101 | 0 | 101100000 | 1100100 | 111100 |
Color Harmonies of #FF334E
Complementary color
Monochromatic Colors of #FF334E
Black with #FF334E
Text Example
Text Example
White with #FF334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF334E; }
p { color: rgb(255,51,78); }
H1.HeaderClassName
{
color: #FF334E;
}
.AnyTagClassName
{
color: #FF334E;
}
</style>
background-color css
<style>
a { background-color: #FF334E; }
a { background-color: rgb(255,51,78); }
div.DivClassName
{
background-color: #FF334E;
}
.BgClassName
{
background-color: #FF334E;
}
</style>
border-color css
<style>
span { border-color: #FF334E; }
span { border-color: rgb(255,51,78); }
td.TdClassName
{
border-color: #FF334E;
}
.TagClassName
{
border-color: #FF334E;
}
</style>