Shades of Radical Red #FF3346
Tints of Radical Red #FF3346
RGB
CMYK
RGB Variations
Color information
#FF3346 (or 0xFF3346) is known color: Radical Red. HEX triplet: FF, 33 and 46. RGB value is (255,51,70). Sum of RGB (Red+Green+Blue) = 255+51+70=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3346 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3346 is #00CCB9. Grayscale: #727272. Windows color (decimal): -52410 or 4600831. OLE color: 4600831.
HSL color Cylindrical-coordinate representation of color #FF3346: hue angle of 354.41º 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 #FF3346 is Cyan = 0, Magento = 0.8, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 70 | - |
| CMYK | 0 | 0.8 | 0.73 | 0 |
| HSL | 354.41º | 1% | 0.6% | - |
| HSV(B) | 354.41º | 0.8% | 1% | - |
| XYZ | 43.53 | 24.07 | 8.15 | - |
| YUV | 114.16 | 103.09 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 70 | 0 | 0.8 | 0.73 | 0 | 354.41 | 1 | 0.6 |
| Hex | FF | 33 | 46 | 0 | 50 | 49 | 0 | 162 | 64 | 3C |
| Octal | 377 | 63 | 106 | 0 | 120 | 111 | 0 | 542 | 144 | 74 |
| Binary | 11111111 | 110011 | 1000110 | 0 | 1010000 | 1001001 | 0 | 101100010 | 1100100 | 111100 |
Color Harmonies of #FF3346
Complementary color
Monochromatic Colors of #FF3346
Black with #FF3346
Text Example
Text Example
White with #FF3346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3346; }
p { color: rgb(255,51,70); }
H1.HeaderClassName
{
color: #FF3346;
}
.AnyTagClassName
{
color: #FF3346;
}
</style>
background-color css
<style>
a { background-color: #FF3346; }
a { background-color: rgb(255,51,70); }
div.DivClassName
{
background-color: #FF3346;
}
.BgClassName
{
background-color: #FF3346;
}
</style>
border-color css
<style>
span { border-color: #FF3346; }
span { border-color: rgb(255,51,70); }
td.TdClassName
{
border-color: #FF3346;
}
.TagClassName
{
border-color: #FF3346;
}
</style>